From: Pablo Neira Ayuso Date: Fri, 25 Apr 2014 08:53:44 +0000 (+0200) Subject: tests: include test-script.sh via make distcheck X-Git-Tag: libnftnl-1.0.2~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e92a484c00a8c2e18d4e2b8a1912ac1b86b4089;p=thirdparty%2Flibnftnl.git tests: include test-script.sh via make distcheck Reported-by: Kevin Fenzi Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/Makefile.am b/tests/Makefile.am index d5df071e..b1c12f25 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/Make_global.am +EXTRA_DIST = test-script.sh + check_PROGRAMS = nft-parsing-test \ nft-table-test \ nft-chain-test \