Initial commit
This commit is contained in:
12
tests/Makefile
Normal file
12
tests/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
DTC = ../dtc
|
||||
VG_DTC = valgrind --tool=memcheck ../dtc
|
||||
|
||||
check: all
|
||||
./run_all_tests.sh
|
||||
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm -f *~
|
||||
|
||||
|
||||
2
tests/run_all_tests.sh
Normal file
2
tests/run_all_tests.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/sh
|
||||
|
||||
Reference in New Issue
Block a user