Fix the Remakefile and testing script.
[tatoo.git] / tools / do_tatoo.sh
index a8c95c9..f80df14 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-TESTPROG="./tatoo.native"
+TESTPROG="src/tatoo.native"
 VERSION="$(git log -1 --oneline | cut -f1 -d ' ' 2>/dev/null)"
 if [ -z "$VERSION" ]
 then