Move test tools to the subdirectory test/tools and adjust CMakeLists.txt.

This commit is contained in:
Daniel Kirchner
2018-03-12 18:40:20 +01:00
parent 30443f3a3e
commit 121f87b043
6 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ do
echo -n $x " # "
# This subshell is a workaround to prevent the shell from printing
# "Aborted"
("$REPO"/build/test/solfuzzer < "$x" || true) 2>&1 | head -n 1
("$REPO"/build/test/tools/solfuzzer < "$x" || true) 2>&1 | head -n 1
done
) | sort -u -t'#' -k 2