Imported Upstream version 1.4.5

This commit is contained in:
Jan Wagner 2013-11-26 23:53:19 +01:00
parent 62d1e7d5fe
commit 6a280f6f24
412 changed files with 168642 additions and 0 deletions

12
config_test/Makefile Normal file
View file

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