]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - frsh_api/tests/Makefile.omk
Add the beginning of transaction negotiation test
[frescor/frsh.git] / frsh_api / tests / Makefile.omk
index 7b6a9c57f96b5e8cfafb3176949ecec77d3407bd..6eb7237e602c08134911a98a270a17c69dc523f0 100644 (file)
@@ -2,7 +2,7 @@ CFLAGS += -DWVTEST_CONFIGURED
 
 wvtest_SCRIPTS += negotiation.sh
 test_PROGRAMS += negotiation
-negotiation_SOURCES = negotiation.cc
+negotiation_SOURCES = negotiation.c
 negotiation_LIBS = wvtest
 
 test_PROGRAMS += spare_capacity
@@ -19,8 +19,15 @@ 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 += negobench
 negobench_SOURCES = negobench.c