diff --git a/tests/Makefile.am b/tests/Makefile.am index 90f24ac2..453cfdb8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,6 +9,11 @@ TESTS_ENVIRONMENT = \ PERL5LIB="$(srcdir):$(top_srcdir)/src/lib:$$PERL5LIB" \ perl -w +EXTRA_DIST = \ + $(wildcard *.pm) \ + $(wildcard jobs/*.nix) \ + $(wildcard jobs/*.sh) + TESTS = \ query-all-tables.pl \ evaluation-tests.pl