From eedf75d9511956c684b8dc69df2fdf45d0a335ce Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 4 May 2016 20:44:05 +0200 Subject: [PATCH] Correct path to test data --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ae3d9c25..358696305 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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