summaryrefslogtreecommitdiff
path: root/test/navigation/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/navigation/README')
-rw-r--r--test/navigation/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/navigation/README b/test/navigation/README
new file mode 100644
index 0000000..e0c2d2f
--- /dev/null
+++ b/test/navigation/README
@@ -0,0 +1,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}'`