ref: 93fad00daca53f6c1c4f5ff6bebcad6537ff75c7
parent: cdbf973318575a464365117703dae97b95000a89
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Jan 23 12:33:02 EST 2017
[tests] Add makefile to run tests
--- /dev/null
+++ b/tests/execute/Makefile
@@ -1,0 +1,6 @@
+
+all: tests
+
+tests:
+ SCCEXECPATH=../../bin PATH=../../bin:$$PATH ./chktest.sh `cat scc-tests.lst`
+