]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Added a new testing application for orte
[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 += pthread rt fwp fna frsh
10 endif
11
12 ifeq ($(CONFIG_ORTE_TEST),y)
13 test_PROGRAMS += orte_test
14 orte_test_SOURCES+= orte_test.c
15 lib_LOADLIBES += pthread rt fwp fna frsh
16 endif