diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-05 21:25:53 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-05 21:25:53 +0100 |
| commit | 443ce39d0906a57c80086041c0f013fef21fa11a (patch) | |
| tree | 9e55e5812d9d6e5518e8966d8f6c8b102c3d41e0 /test/cli/Makefile.am | |
| parent | 98b32527ee62d39b421c7c28c8e1480b3ecbbd04 (diff) | |
| download | PROJ-443ce39d0906a57c80086041c0f013fef21fa11a.tar.gz PROJ-443ce39d0906a57c80086041c0f013fef21fa11a.zip | |
Update ntv2_out.dist and conditions to run it
Diffstat (limited to 'test/cli/Makefile.am')
| -rw-r--r-- | test/cli/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am index db47370c..758352c6 100644 --- a/test/cli/Makefile.am +++ b/test/cli/Makefile.am @@ -49,7 +49,7 @@ testign-check: fi testntv2-check: - @if [ -f $(PROJ_LIB)/ntv2_0.gsb ] ; then \ + @if [ -f $(PROJ_LIB)/ntv2_0.gsb -a -f $(PROJ_LIB)/conus -a -f $(PROJ_LIB)/ntv1_can.dat ] ; then \ PROJ_LIB=$(PROJ_LIB) $(TESTNTV2) $(CS2CSEXE) ; \ fi |
