Fix test names for travis

This commit is contained in:
Patrick Niklaus 2016-01-03 18:10:09 +01:00
parent 02a49c8a68
commit facbe2c012

View File

@ -139,8 +139,8 @@ script:
- make --jobs=2 - make --jobs=2
- make tests --jobs=2 - make tests --jobs=2
- make benchmarks - make benchmarks
- ./algorithm-tests - ./extractor-tests
- ./datastructure-tests - ./engine-tests
- ./util-tests - ./util-tests
- cd .. - cd ..
- cucumber -p verify - cucumber -p verify