Run tests from build directory
This commit is contained in:
		
							parent
							
								
									a000f80705
								
							
						
					
					
						commit
						3f51a1ae2e
					
				
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							| @ -158,11 +158,14 @@ script: | |||||||
|   - make -C test/data benchmark |   - make -C test/data benchmark | ||||||
|   - echo "travis_fold:end:BENCHMARK" |   - echo "travis_fold:end:BENCHMARK" | ||||||
|   - ./example/build/osrm-example test/data/monaco.osrm |   - ./example/build/osrm-example test/data/monaco.osrm | ||||||
|   - ./build/unit_tests/library-tests test/data/monaco.osrm |   # All tests assume to be run from the build directory | ||||||
|   - ./build/unit_tests/extractor-tests |   - pushd build | ||||||
|   - ./build/unit_tests/engine-tests |   - ./unit_tests/library-tests test/data/monaco.osrm | ||||||
|   - ./build/unit_tests/util-tests |   - ./unit_tests/extractor-tests | ||||||
|   - ./build/unit_tests/server-tests |   - ./unit_tests/engine-tests | ||||||
|  |   - ./unit_tests/util-tests | ||||||
|  |   - ./unit_tests/server-tests | ||||||
|  |   - popd | ||||||
|   - npm test |   - npm test | ||||||
| 
 | 
 | ||||||
| after_success: | after_success: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user