]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
7b6a9c57f96b5e8cfafb3176949ecec77d3407bd
[frescor/frsh.git] / frsh_api / tests / Makefile.omk
1 CFLAGS += -DWVTEST_CONFIGURED
2
3 wvtest_SCRIPTS += negotiation.sh
4 test_PROGRAMS += negotiation
5 negotiation_SOURCES = negotiation.cc
6 negotiation_LIBS = wvtest
7
8 test_PROGRAMS += spare_capacity
9 spare_capacity_SOURCES = spare_capacity.c
10
11 ifeq ($(CONFIG_AQUOSA),y)
12 test_PROGRAMS += cpu_spare_capacity
13 cpu_spare_capacity_SOURCES = cpu_spare_capacity.c
14
15 test_PROGRAMS += cpu_renegotiation
16 cpu_renegotiation_SOURCES = cpu_renegotiation.c
17 endif
18
19 test_PROGRAMS += dummy_renegotiation
20 dummy_renegotiation_SOURCES = dummy_renegotiation.c
21
22 test_PROGRAMS += dummy_spare_capacity
23 dummy_spare_capacity_SOURCES = dummy_spare_capacity.c
24
25 test_PROGRAMS += negobench
26 negobench_SOURCES = negobench.c
27
28 test_PROGRAMS += renegobench
29 renegobench_SOURCES = renegobench.c
30
31 test_PROGRAMS += scbench
32 scbench_SOURCES = scbench.c
33
34 lib_LOADLIBES += pthread rt frsh 
35
36 ifeq ($(CONFIG_FWP),y)
37 SUBDIRS= fwptest pingpong
38 endif
39
40 ifeq ($(CONFIG_ORTE_TEST),y)
41 test_PROGRAMS += orte_test
42 orte_test_SOURCES+= orte_test.c
43 lib_LOADLIBES += pthread rt fwp fna frsh
44 endif