Initial commit

This commit is contained in:
David Gibson 2005-06-08 17:18:34 +10:00
commit fc14dad769
16 changed files with 2985 additions and 0 deletions

12
tests/Makefile Normal file
View 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
View file

@ -0,0 +1,2 @@
#! /bin/sh