Correct path to test data

This commit is contained in:
Patrick Niklaus 2016-05-04 20:44:05 +02:00
parent 3f51a1ae2e
commit eedf75d951
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -160,7 +160,7 @@ script:
- ./example/build/osrm-example test/data/monaco.osrm
# All tests assume to be run from the build directory
- pushd build
- ./unit_tests/library-tests test/data/monaco.osrm
- ./unit_tests/library-tests ../test/data/monaco.osrm
- ./unit_tests/extractor-tests
- ./unit_tests/engine-tests
- ./unit_tests/util-tests