Fix the Remakefile and testing script.
[tatoo.git] / tools / do_tatoo.sh
index d1eea03..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
@@ -24,7 +24,7 @@ then
    exit 1
 fi
 
-
+echo "Testing version: $VERSION"
 mkdir -p "$RESULTS"
 
 cat "$QUERIES" | grep -v '^#' | while read qname q