]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Added test for negotiation - doesn't work yet
[frescor/frsh.git] / frsh_api / tests / Makefile.omk
1
2 test_PROGRAMS += negotiation
3 negotiation_SOURCES = negotiation.c
4 lib_LOADLIBES += pthread rt frsh 
5
6 ifeq ($(CONFIG_FWP),y)
7 test_PROGRAMS += distributed
8 distributed_SOURCES+= distributed.c
9 lib_LOADLIBES += fwp fna
10 endif