X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=e8c41fc017d3ffa928905eb3a5bcf0ca7533626f;hb=8cd1f2d07e047eb6673892fde447144a130f5b7e;hp=b06d7f81a8b099cf37c612fab896aad7c0478b05;hpb=66b14ca24866772ea1cdcdc296c6d5b1d5785c38;p=thirdparty%2Flldpd.git diff --git a/tests/Makefile.am b/tests/Makefile.am index b06d7f81..e8c41fc0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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