diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-20T17·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-20T17·01+0000 |
commit | 46e42c92c1444e1dd3aec871b3750bcd7391f60e (patch) | |
tree | 1713c3f6a57f264c54b687d5a3f93afaa1aed021 /tests/Makefile.am | |
parent | b5363810bbeea37df34a5cb0051e05161630a510 (diff) |
* Refactor a bit so that more tests can be added.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8b5aa4bd99d0..70352dbb5ddb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -36,7 +36,6 @@ EXTRA_DIST = $(TESTS) \ timeout.nix timeout.builder.sh \ secure-drv-outputs.nix \ multiple-outputs.nix \ - multiple-outputs.a.builder.sh multiple-outputs.b.builder.sh \ $(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) $(wildcard lang/dir*/*.nix) \ common.sh.in |