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