]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Added negotiation overhead benchmark
[frescor/frsh.git] / frsh_api / tests / Makefile.omk
1
2 test_PROGRAMS += negotiation
3 negotiation_SOURCES = negotiation.c
4
5 test_PROGRAMS += negobench
6 negobench_SOURCES = negobench.c
7
8
9 lib_LOADLIBES += pthread rt frsh 
10
11 ifeq ($(CONFIG_FWP),y)
12 SUBDIRS= fwptest pingpong
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