]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - frsh_api/tests/Makefile.omk
Start of transaction implementation and tests
[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 wvtest_SCRIPTS += trans_nego.sh
28 test_PROGRAMS += trans_nego
29 trans_nego_SOURCES = trans_nego.c
30 trans_nego_LIBS = wvtest
31 test_PROGRAMS += trans_nego2
32 trans_nego2_SOURCES = trans_nego2.c
33 trans_nego2_LIBS = wvtest
34
35 test_PROGRAMS += negobench
36 negobench_SOURCES = negobench.c
37
38 test_PROGRAMS += renegobench
39 renegobench_SOURCES = renegobench.c
40
41 test_PROGRAMS += scbench
42 scbench_SOURCES = scbench.c
43
44 lib_LOADLIBES += pthread rt frsh 
45
46 ifeq ($(CONFIG_FWP),y)
47 SUBDIRS= fwptest pingpong
48 endif
49
50 ifeq ($(CONFIG_ORTE_TEST),y)
51 test_PROGRAMS += orte_test
52 orte_test_SOURCES+= orte_test.c
53 lib_LOADLIBES += pthread rt fwp fna frsh
54 endif