aboutsummaryrefslogtreecommitdiff
path: root/nad
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-01-09 21:09:54 +0100
committerKristian Evers <kristianevers@gmail.com>2018-01-09 23:24:43 +0100
commit12c502d09f7cd06afc48dee7f1a064f40d99900c (patch)
tree370eb831000a5571dd052875d856632a83c9c0e7 /nad
parent4cf424f18a99be6bbce979fd17027f0ebdd934a6 (diff)
downloadPROJ-12c502d09f7cd06afc48dee7f1a064f40d99900c.tar.gz
PROJ-12c502d09f7cd06afc48dee7f1a064f40d99900c.zip
Add gie tests to autoconf makefile.
Download grid files as the first thing in the travis install script and that 'make check' can be run without errors caused by missing grids.
Diffstat (limited to 'nad')
-rw-r--r--nad/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/nad/Makefile.am b/nad/Makefile.am
index e8f31f4b..af466df8 100644
--- a/nad/Makefile.am
+++ b/nad/Makefile.am
@@ -1,8 +1,11 @@
# Executables paths passed to test scripts
NADPATH = $(top_srcdir)/nad
+GIETESTPATH = $(top_srcdir)/test/gie
+GIGSTESTPATH = $(top_srcdir)/test/gigs
EXEPATH = ../src
PROJEXE = $(EXEPATH)/proj
CS2CSEXE = $(EXEPATH)/cs2cs
+GIEEXE = $(EXEPATH)/gie
# PROJ.4 test scripts
TEST27 = $(NADPATH)/test27
@@ -87,6 +90,8 @@ check-local: process-nad2bin
export PROJ_LIB=. ; \
$(TESTNTV2) $(CS2CSEXE) ; \
fi
+ $(GIEEXE) $(GIETESTPATH)/*.gie
+#$(GIEEXE) $(GIGSTESTPATH)/*.gie
clean-local:
$(RM) $(TEST_DB)