]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Added cpu_spare_capacity test
[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 += cpu_spare_capacity
9 cpu_spare_capacity_SOURCES = cpu_spare_capacity.c
10
11 test_PROGRAMS += negobench
12 negobench_SOURCES = negobench.c
13
14
15 lib_LOADLIBES += pthread rt frsh 
16
17 ifeq ($(CONFIG_FWP),y)
18 SUBDIRS= fwptest pingpong
19 endif
20
21 ifeq ($(CONFIG_ORTE_TEST),y)
22 test_PROGRAMS += orte_test
23 orte_test_SOURCES+= orte_test.c
24 lib_LOADLIBES += pthread rt fwp fna frsh
25 endif