From cff5dd526edebd8aefa4405e7a9ddf7914fd79fc Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 5 Jan 2020 22:55:01 +0100 Subject: Make sure tests pass if extra grids are present Should fix the issue reported in https://lists.osgeo.org/pipermail/proj/2020-January/009188.html Some extra north-american grids present in data/ can affect the results of some tests, so create a data/for_tests/ subdirectory in which we copy only select grids. --- travis/install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'travis') diff --git a/travis/install.sh b/travis/install.sh index e4781d52..020c38f0 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -107,6 +107,10 @@ make check (cd src && make multistresstest && make test228) PROJ_LIB=../data src/multistresstest make install + +# Test make clean target +make clean + find /tmp/proj_autoconf_install_grids cd .. -- cgit v1.2.3