Also run the algorithm tests on travis

This commit is contained in:
Patrick Niklaus 2015-05-12 23:43:41 +02:00
parent 4c03ace9eb
commit cf3b8d09d9

View File

@ -30,6 +30,7 @@ script:
- make - make
- make tests - make tests
- make benchmarks - make benchmarks
- ./algorithm-tests
- ./datastructure-tests - ./datastructure-tests
- cd .. - cd ..
- cucumber -p verify - cucumber -p verify