repo.or.cz
/
libautomation.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some basic tests for the library itself
[libautomation.git]
/
test
/
Makefile
blob
f4079264dc8c9e168cb8e90c9831a61cf29a674f
1
CC ?
=
cc
2
3
tests
:
testlib
4
rm
/
dev
/
shm
/
libautomation_test
5
.
/
testlib
6
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$< -
lautomation