added helper script for running all tests

This commit is contained in:
john30
2018-05-10 13:36:59 +02:00
parent 3af05a251e
commit f36830e95c
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
(cd src/lib/ebus/test && make >/dev/null && ./test_filereader && ./test_data && ./test_message && ./test_symbol && echo "standard: OK!")|egrep -v "OK$"
(cd src/lib/ebus/contrib/test && make >/dev/null && ./test_contrib && echo "contrib: OK!")|egrep -v "OK$"