]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Merge branch 'master' of git://rtime.felk.cvut.cz/frescor/frsh_forb
[frescor/frsh.git] / frsh_api / tests / Makefile.omk
1
2 test_PROGRAMS += negotiation
3 negotiation_SOURCES = negotiation.c
4
5 test_PROGRAMS += spare_capacity
6 spare_capacity_SOURCES = spare_capacity.c
7
8 test_PROGRAMS += negobench
9 negobench_SOURCES = negobench.c
10
11
12 lib_LOADLIBES += pthread rt frsh 
13
14 ifeq ($(CONFIG_FWP),y)
15 SUBDIRS= fwptest pingpong
16 endif
17
18 ifeq ($(CONFIG_ORTE_TEST),y)
19 test_PROGRAMS += orte_test
20 orte_test_SOURCES+= orte_test.c
21 lib_LOADLIBES += pthread rt fwp fna frsh
22 endif