aboutsummaryrefslogtreecommitdiff
path: root/test/cli/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/Makefile.am')
-rw-r--r--test/cli/Makefile.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am
index 417ec137..7ff42016 100644
--- a/test/cli/Makefile.am
+++ b/test/cli/Makefile.am
@@ -6,6 +6,7 @@ PROJEXE = $(EXEPATH)/proj
CS2CSEXE = $(EXEPATH)/cs2cs
PROJINFOEXE = $(EXEPATH)/projinfo
CCTEXE = $(EXEPATH)/cct
+PROJSYNC_EXE = $(EXEPATH)/projsync
# PROJ.4 test scripts
TEST27 = $(THIS_DIR)/test27
@@ -18,6 +19,7 @@ TESTDATUMFILE = $(THIS_DIR)/testdatumfile
TESTIGN = $(THIS_DIR)/testIGNF
TESTPROJINFO = $(THIS_DIR)/testprojinfo
TESTCCT = $(THIS_DIR)/testcct
+TESTPROJSYNC = $(THIS_DIR)/test_projsync
EXTRA_DIST = pj_out27.dist pj_out83.dist td_out.dist \
test27 test83 tv_out.dist tf_out.dist \
@@ -26,6 +28,7 @@ EXTRA_DIST = pj_out27.dist pj_out83.dist td_out.dist \
testprojinfo testprojinfo_out.dist \
testcct testcct_out.dist \
testproj testproj_out.dist \
+ test_projsync \
CMakeLists.txt
testprojinfo-check:
@@ -61,4 +64,13 @@ testntv2-check:
testcct-check:
PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=YES PROJ_LIB=$(PROJ_LIB) $(TESTCCT) $(CCTEXE)
-check-local: testprojinfo-check test27-check test83-check testproj-check testvarious-check testdatumfile-check testign-check testntv2-check testcct-check
+
+if HAVE_CURL
+testprojsync-check:
+ PROJ_LIB=$(PROJ_LIB) $(TESTPROJSYNC) $(PROJSYNC_EXE)
+else
+testprojsync-check:
+ echo "Skipping testprojsync-check"
+endif
+
+check-local: testprojinfo-check test27-check test83-check testproj-check testvarious-check testdatumfile-check testign-check testntv2-check testcct-check testprojsync-check