aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-07 12:11:15 +0100
committerGitHub <noreply@github.com>2020-01-07 12:11:15 +0100
commit679987ee356c79ce5525bd4ce3b6792f4c84d664 (patch)
tree7906c60a18b44d19ad79f16c185e835a362113b2 /travis
parent529eb50f5d7e817dd27674984050a9bf1a6dce55 (diff)
parentcff5dd526edebd8aefa4405e7a9ddf7914fd79fc (diff)
downloadPROJ-679987ee356c79ce5525bd4ce3b6792f4c84d664.tar.gz
PROJ-679987ee356c79ce5525bd4ce3b6792f4c84d664.zip
Make sure tests pass if extra grids are present (#1822)
Make sure tests pass if extra grids are present
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh4
1 files changed, 4 insertions, 0 deletions
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 ..