]> git.meshlink.io Git - meshlink/blob - test/blackbox/test_case_optimal_pmtu_03/Makefile.am
Add test cases for the PMTU discovery mechanism.
[meshlink] / test / blackbox / test_case_optimal_pmtu_03 / Makefile.am
1 check_PROGRAMS = node_sim_peer node_sim_nut node_sim_relay
2
3 node_sim_peer_SOURCES = ../test_case_optimal_pmtu_01/node_sim_peer.c ../common/common_handlers.c ../common/test_step.c ../common/mesh_event_handler.c ../../utils.c
4 node_sim_peer_LDADD = ../../../src/libmeshlink.la
5 node_sim_peer_CFLAGS = -D_GNU_SOURCE
6
7 node_sim_nut_SOURCES = ../test_case_optimal_pmtu_01/node_sim_nut.c ../common/common_handlers.c ../common/test_step.c ../common/mesh_event_handler.c ../../utils.c
8 node_sim_nut_LDADD = ../../../src/libmeshlink.la
9 node_sim_nut_CFLAGS = -D_GNU_SOURCE
10
11 node_sim_relay_SOURCES = ../test_case_optimal_pmtu_01/node_sim_relay.c ../common/common_handlers.c ../common/test_step.c ../common/mesh_event_handler.c ../../utils.c
12 node_sim_relay_LDADD = ../../../src/libmeshlink.la
13 node_sim_relay_CFLAGS = -D_GNU_SOURCE