remove source-dist branch
This commit is contained in:
commit
27dcec3fa7
416 changed files with 128456 additions and 0 deletions
10
config_test/Makefile
Normal file
10
config_test/Makefile
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue