From 90df209f276b17a66112cbb58c040693be14d217 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 15 Nov 2018 13:26:21 +0100 Subject: autoconf / cmake: build test/ only if needed --- travis/mingw32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/mingw32/install.sh b/travis/mingw32/install.sh index 6d388156..defe1485 100755 --- a/travis/mingw32/install.sh +++ b/travis/mingw32/install.sh @@ -26,7 +26,7 @@ make -j3 make install make dist-all find /tmp/proj_autoconf_install -#make check +(cd test; make -j3) test/unit/test_cpp_api.exe cd .. # Now with grids -- cgit v1.2.3