repo.or.cz
/
vlock.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/test_list.c: test_list_append
[vlock.git]
/
tests
/
Makefile
blob
7135eb75c21df7ec4e207b944229d16ddf5cb0af
1
include
..
/
config.mk
2
3
VPATH
=
..
/
src
4
5
override
CFLAGS
+=-
I..
/
src
6
7
.PHONY
:
all
8
all
:
run-tests
9
10
vlock-test
:
LDFLAGS
+= -
lcunit
11
vlock-test
:
\
12
list.o \
13
test_list.o \
14
vlock-test.o
15
16
test_list.o
:
test_list.c test_list.h list.h
17
18
.PHONY
:
run-tests
19
run-tests
:
vlock-test
20
@.
/
vlock-test
21
22
.PHONY
:
clean
23
clean
:
24
$(
RM
)
vlock-test
$(
wildcard
*
.o
)