Imported Upstream version 1.4.5
This commit is contained in:
parent
62d1e7d5fe
commit
6a280f6f24
412 changed files with 168642 additions and 0 deletions
12
config_test/Makefile
Normal file
12
config_test/Makefile
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue