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