remove source-dist branch

This commit is contained in:
Marc Haber 2006-01-20 18:48:40 +00:00
commit e10aa5d408
413 changed files with 128236 additions and 0 deletions

10
config_test/Makefile Normal file
View file

@ -0,0 +1,10 @@
all: child_test.c
gcc -o child_test child_test.c
test:
./run_tests 10
clean:
rm -f child_test