]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - tests/Makefile.am
build: add some integration tests
[thirdparty/lldpd.git] / tests / Makefile.am
index b06d7f81a8b099cf37c612fab896aad7c0478b05..e8c41fc017d3ffa928905eb3a5bcf0ca7533626f 100644 (file)
@@ -52,3 +52,9 @@ decode_SOURCES = decode.c \
 endif
 
 MOSTLYCLEANFILES = *.pcap
+
+TEMPLATES  = integration-tests
+EXTRA_DIST = integration-tests.in R1.expected
+CLEANFILES = $(TEMPLATES)
+integration-tests: integration-tests.in
+include $(top_srcdir)/edit.am