diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-13 00:33:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-13 00:33:40 +0100 |
| commit | 06b2f944d7844bb898ace8a7973f9182aa2234b1 (patch) | |
| tree | 8cdf833ad2e3ee2c84a53404cad23cc22c57db92 /travis | |
| parent | 1d54ce2b6f47b9d60bfd28ad0d33a883be3d510a (diff) | |
| download | PROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.tar.gz PROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.zip | |
Removed remaining traces of the built in selftest system (#661)
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie
* Updated Appveyor and Travis build scripts
* Another appveyor script update
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/install.sh b/travis/install.sh index a96a151f..049669d4 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -80,8 +80,8 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then fi make -j3 make check -PROJ_LIB=$GRIDDIR ./src/proj -VC PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/builtins.gie +PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/more_builtins.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/deformation.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/axisswap.gie |
