summaryrefslogtreecommitdiffstats
path: root/config_test/Makefile
blob: 1064d569d7571cf0ce5a447fb408a304a2d9c30f (plain)
1
2
3
4
5
6
7
8
9
10
11
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