]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/test_case_optimal_pmtu_01/Makefile.am
Don't try to build node_* binaries for the optimal PMTU test cases anymore.
[meshlink] / test / blackbox / test_case_optimal_pmtu_01 / Makefile.am
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