repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Whitespace changes only
[monitoring-plugins.git]
/
config_test
/
Makefile
blob
1064d569d7571cf0ce5a447fb408a304a2d9c30f
1
2
all
:
child_test
3
4
child_test
:
child_test.c
5
gcc
-
o child_test child_test.c
6
7
test
:
8
.
/
run_tests
10 100
> /
dev
/
null
9
10
clean
:
11
rm
-
f child_test
12