forked from lix-project/hydra
make sure jobs/* and Setup.pm is in tarball
This commit is contained in:
parent
fa8c91ed91
commit
f34636c15f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue