summaryrefslogtreecommitdiff
path: root/test/navigation/README
blob: e0c2d2f7bf61d68f552b29147bb00fcbd93bd345 (plain)
1
2
3
4
5
6
7
This folder only contains an example of test file.
In order to test the navigation core, please do:
cd ../../src/navigation/script
./run -n &
cd ../../../test/navigation/
python test-route-calculation.py
kill -9 `ps -ef | grep navit | grep -v grep | awk '{print $2}'`