]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
de636a81a66fbd0e9f05d0e69b4ad4bb07dbbacb
[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.c
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 wvtest_SCRIPTS += dummy_spare_capacity.sh
23 test_PROGRAMS += dummy_spare_capacity
24 dummy_spare_capacity_SOURCES = dummy_spare_capacity.c
25 dummy_spare_capacity_LIBS = wvtest
26
27 test_PROGRAMS += negobench
28 negobench_SOURCES = negobench.c
29
30 test_PROGRAMS += renegobench
31 renegobench_SOURCES = renegobench.c
32
33 test_PROGRAMS += scbench
34 scbench_SOURCES = scbench.c
35
36 lib_LOADLIBES += pthread rt frsh 
37
38 ifeq ($(CONFIG_FWP),y)
39 SUBDIRS= fwptest pingpong
40 endif
41
42 ifeq ($(CONFIG_ORTE_TEST),y)
43 test_PROGRAMS += orte_test
44 orte_test_SOURCES+= orte_test.c
45 lib_LOADLIBES += pthread rt fwp fna frsh
46 endif