Fix test executable location for travis CI

This commit is contained in:
Sebastian Messmer 2016-02-11 14:37:10 +01:00
parent 3c32df43eb
commit 489af565e2

View File

@ -32,8 +32,8 @@ install:
script:
- cmake ..
- make -j2
- ./test/cpp-utils-test
- ./run_with_fuse.sh ./test/fspp-test
- ./test/parallelaccessstore-test
- ./test/cpp-utils/cpp-utils-test
- ./run_with_fuse.sh ./test/fspp/fspp-test
- ./test/parallelaccessstore/parallelaccessstore-test
after_script:
- rm run_with_fuse.sh