aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-02 01:03:25 +0100
committerKristian Evers <kristianevers@gmail.com>2018-02-02 12:09:04 +0100
commitc75d1879e5c465f168fcd8800b11044ee3738dee (patch)
tree8490a6e37106211dcd3c2d48b20ef5fa24ccb311 /configure.ac
parent9a8c37ac04ce913617a2b429bbc7f8a3daa1848d (diff)
downloadPROJ-c75d1879e5c465f168fcd8800b11044ee3738dee.tar.gz
PROJ-c75d1879e5c465f168fcd8800b11044ee3738dee.zip
Improve tests and add test files to automake setup.
Make sure that the gie files in test/gie and test/gigs are included in the distribution tarball. Tests with gie are set up to run all available files matching *.gie in the gie and gigs directories. For this reason tests that are known to fail in gigs/ have been renamed to *.gie_failing, so that "make check" can be run in-tree in local copies of the git repository.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 072b27d0..4893646e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,6 +131,7 @@ AC_SUBST(MUTEX_SETTING,$MUTEX_SETTING)
AC_SUBST(THREAD_LIB,$THREAD_LIB)
AC_CONFIG_FILES([Makefile cmake/Makefile src/Makefile
+ test/Makefile test/gie/Makefile test/gigs/Makefile
man/Makefile man/man1/Makefile man/man3/Makefile nad/Makefile
jniwrap/Makefile jniwrap/org/Makefile jniwrap/org/proj4/Makefile])
AC_CONFIG_FILES([nad/install], [chmod +x nad/install])