Signed-off-by: Matias Elo <[email protected]> --- example/switch/Makefile.am | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/example/switch/Makefile.am b/example/switch/Makefile.am index e18c681..4134bcf 100644 --- a/example/switch/Makefile.am +++ b/example/switch/Makefile.am @@ -9,7 +9,9 @@ noinst_HEADERS = \ dist_odp_switch_SOURCES = odp_switch.c +if test_example if HAVE_PCAP TESTS = switch_run.sh endif +endif EXTRA_DIST = switch_run.sh udp64.pcap -- 1.9.1 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
