ACLOCAL_AMFLAGS = -I m4 noinst_LTLIBRARIES = libbgpdump.la libbgpdump_la_SOURCES = bgpdump-config.h bgpdump_attr.h bgpdump_formats.h bgpdump_lib.c bgpdump_lib.h bgpdump_mstream.c bgpdump_mstream.h cfile_tools.c cfile_tools.h inet_ntop.c util.c util.h bin_PROGRAMS = bgpdump bgpdump_SOURCES = bgpdump.c bgpdump_LDADD = libbgpdump.la check-clean: rm -f test_out/*.bgp.gz test: check-clean bgpdump ./test.sh debian/tests/ @[ -d test_data ] && ./test.sh || echo "Skipping upstream tests as they are huge (see README.Debian)"