]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - frsh_api/tests/Makefile.omk
frsh: Simplify negotiation test and rename the full test as renegotiation
[frescor/frsh.git] / frsh_api / tests / Makefile.omk
index 7b6a9c57f96b5e8cfafb3176949ecec77d3407bd..833f73b5ecc0d4a43601c05f12c20bac2e382357 100644 (file)
@@ -2,9 +2,14 @@ CFLAGS += -DWVTEST_CONFIGURED
 
 wvtest_SCRIPTS += negotiation.sh
 test_PROGRAMS += negotiation
-negotiation_SOURCES = negotiation.cc
+negotiation_SOURCES = negotiation.c
 negotiation_LIBS = wvtest
 
+wvtest_SCRIPTS += renegotiation.sh
+test_PROGRAMS += renegotiation
+renegotiation_SOURCES = renegotiation.c
+renegotiation_LIBS = wvtest
+
 test_PROGRAMS += spare_capacity
 spare_capacity_SOURCES = spare_capacity.c
 
@@ -19,8 +24,18 @@ endif
 test_PROGRAMS += dummy_renegotiation
 dummy_renegotiation_SOURCES = dummy_renegotiation.c
 
+wvtest_SCRIPTS += dummy_spare_capacity.sh
 test_PROGRAMS += dummy_spare_capacity
 dummy_spare_capacity_SOURCES = dummy_spare_capacity.c
+dummy_spare_capacity_LIBS = wvtest
+
+wvtest_SCRIPTS += trans_nego.sh
+test_PROGRAMS += trans_nego
+trans_nego_SOURCES = trans_nego.c
+trans_nego_LIBS = wvtest
+test_PROGRAMS += trans_nego2
+trans_nego2_SOURCES = trans_nego2.c
+trans_nego2_LIBS = wvtest
 
 test_PROGRAMS += negobench
 negobench_SOURCES = negobench.c