]> git.meshlink.io Git - meshlink/commitdiff
Don't try to build node_* binaries for the optimal PMTU test cases anymore.
authorGuus Sliepen <guus@meshlink.io>
Tue, 19 Feb 2019 21:10:36 +0000 (22:10 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 19 Feb 2019 21:10:36 +0000 (22:10 +0100)
test/blackbox/Makefile.am
test/blackbox/test_case_optimal_pmtu_01/Makefile.am [deleted file]

index dd2d6af1b6db260961e14f498fb2500a90742f7c..5f1c6430e53504a41442ef849bfa2141882f772e 100644 (file)
@@ -13,15 +13,7 @@ SUBDIRS = \
        test_case_meta_conn_02 \
        test_case_meta_conn_03 \
        test_case_meta_conn_04 \
-       test_case_meta_conn_05 \
-       test_case_optimal_pmtu_01 \
-       test_case_optimal_pmtu_02 \
-       test_case_optimal_pmtu_03 \
-       test_case_optimal_pmtu_04 \
-       test_case_optimal_pmtu_05 \
-       test_case_optimal_pmtu_06 \
-       test_case_optimal_pmtu_07 
-
+       test_case_meta_conn_05
 
 gen_invite_SOURCES = util/gen_invite.c common/common_handlers.c common/test_step.c common/mesh_event_handler.c
 gen_invite_LDADD = ../../src/libmeshlink.la
diff --git a/test/blackbox/test_case_optimal_pmtu_01/Makefile.am b/test/blackbox/test_case_optimal_pmtu_01/Makefile.am
deleted file mode 100644 (file)
index 8bde53d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-check_PROGRAMS = node_sim_peer node_sim_nut node_sim_relay
-
-node_sim_peer_SOURCES = node_sim_peer.c ../common/common_handlers.c ../common/test_step.c ../common/mesh_event_handler.c ../../utils.c
-node_sim_peer_LDADD = ../../../src/libmeshlink.la
-node_sim_peer_CFLAGS = -D_GNU_SOURCE
-
-node_sim_nut_SOURCES = node_sim_nut.c ../common/common_handlers.c ../common/test_step.c ../common/mesh_event_handler.c ../../utils.c
-node_sim_nut_LDADD = ../../../src/libmeshlink.la
-node_sim_nut_CFLAGS = -D_GNU_SOURCE
-
-node_sim_relay_SOURCES = node_sim_relay.c ../common/common_handlers.c ../common/test_step.c ../common/mesh_event_handler.c ../../utils.c
-node_sim_relay_LDADD = ../../../src/libmeshlink.la
-node_sim_relay_CFLAGS = -D_GNU_SOURCE