diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T12·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T12·15+0000 |
commit | 256eeab7112da2d5fe1629ffb8b86640a894ee6d (patch) | |
tree | d173bcf930f86c296793a0cd20c7c83900c0bd18 /Makefile.am | |
parent | fd927c5d25f1518dcbf99a57223f46fe098d9011 (diff) |
* Allow the location of the store etc. to be specified using
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 70857e62adc2..fcd3405b55dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = externals src scripts corepkgs doc +SUBDIRS = externals src scripts corepkgs doc tests EXTRA_DIST = substitute.mk nix.spec nix.spec.in include ./substitute.mk |