about summary refs log tree commit diff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-08-19T09·09+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-08-19T09·09+0000
commit8f1dcdfc0ae05c403fe59b592093d3e61e87f1b0 (patch)
treeb55b1ab81dd16920b5e9b3832d69707d9b31b60b /tests/Makefile.am
parent1eddee59f22b56a4b098921083780990dc1f0468 (diff)
* Make sure that no build hook is set by default in the tests.
* Don't use `seq' - some primitive, obsolete operating systems
  (Darwin) don't have it.

Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9e1d6a1983..5ac01aca3f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,6 +8,7 @@ TESTS_ENVIRONMENT = TEST_ROOT=$(TEST_ROOT) \
   NIX_LOG_DIR=$(TEST_ROOT)/log \
   NIX_STATE_DIR=$(TEST_ROOT)/state \
   NIX_DB_DIR=$(TEST_ROOT)/db \
+  NIX_BUILD_HOOK= \
   TOP=$(shell pwd)/.. \
   SHARED=$(extra1) \
   $(SHELL) -e -x