diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04 12:45:04 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04 12:45:04 +0000 |
commit | ef093aac8f24535f6d0c75332ac7aeafbbe8c161 (patch) | |
tree | 1999a1922fd4e8604657d1bc2829ae96ffdbe797 /tests | |
parent | 256eeab7112da2d5fe1629ffb8b86640a894ee6d (diff) | |
download | guix-ef093aac8f24535f6d0c75332ac7aeafbbe8c161.tar.gz |
* Grrr. TESTS are not included in EXTRA_DIST.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dc8c15e671..7c62f90252 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,5 +15,5 @@ TESTS = init.sh simple.sh include ../substitute.mk -EXTRA_DIST = \ +EXTRA_DIST = $(TESTS) \ simple.nix.in simple.builder.sh |