]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Added fwp sender and receiver test programs
[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 distributed2 fwpreceiver fwpsender
8 distributed_SOURCES+= distributed.c
9 distributed2_SOURCES+= distributed2.c
10 fwpreceiver_SOURCES+= fwpreceiver.c
11 fwpsender_SOURCES+= fwpsender.c
12 lib_LOADLIBES += pthread rt fwp fna frsh
13 endif
14
15 ifeq ($(CONFIG_ORTE_TEST),y)
16 test_PROGRAMS += orte_test
17 orte_test_SOURCES+= orte_test.c
18 lib_LOADLIBES += pthread rt fwp fna frsh
19 endif