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