]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Added renegotiation and spare capacity demos for dummy resource
[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 ifeq ($(CONFIG_AQUOSA),y)
9 test_PROGRAMS += cpu_spare_capacity
10 cpu_spare_capacity_SOURCES = cpu_spare_capacity.c
11
12 test_PROGRAMS += cpu_renegotiation
13 cpu_renegotiation_SOURCES = cpu_renegotiation.c
14 endif
15
16 test_PROGRAMS += dummy_renegotiation
17 dummy_renegotiation_SOURCES = dummy_renegotiation.c
18
19 test_PROGRAMS += dummy_spare_capacity
20 dummy_spare_capacity_SOURCES = dummy_spare_capacity.c
21
22 test_PROGRAMS += negobench
23 negobench_SOURCES = negobench.c
24
25 test_PROGRAMS += renegobench
26 renegobench_SOURCES = renegobench.c
27
28 test_PROGRAMS += scbench
29 scbench_SOURCES = scbench.c
30
31 lib_LOADLIBES += pthread rt frsh 
32
33 ifeq ($(CONFIG_FWP),y)
34 SUBDIRS= fwptest pingpong
35 endif
36
37 ifeq ($(CONFIG_ORTE_TEST),y)
38 test_PROGRAMS += orte_test
39 orte_test_SOURCES+= orte_test.c
40 lib_LOADLIBES += pthread rt fwp fna frsh
41 endif