diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-16 11:07:44 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-17 12:16:18 +0100 |
| commit | bb1c61911f02da3fcc839861bf1b428b7d410758 (patch) | |
| tree | 331b7230b1320dc0c2f9e236d09b9f8efd0ac0d3 | |
| parent | 813133186ef4023f16c24cf307917e4ba58a76bd (diff) | |
| download | vis-bb1c61911f02da3fcc839861bf1b428b7d410758.tar.gz vis-bb1c61911f02da3fcc839861bf1b428b7d410758.tar.xz | |
bulid: run individual tests directly from .travis.yml
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e342fe8..b31d296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,8 @@ script: fi - size vis - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" ./vis -v - - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" make test + - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" make -C test/core + - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" make -C test/lua + - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" make -C test/vis + - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" make -C test/sam + - LD_LIBRARY_PATH="$(pwd)/dependency/install/usr/lib" make -C test/vim |
