From 256eeab7112da2d5fe1629ffb8b86640a894ee6d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 4 May 2004 12:15:30 +0000 Subject: * 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. --- tests/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 000000000000..dc8c15e67134 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,19 @@ +TEST_ROOT = $(shell pwd)/test-tmp + +TESTS_ENVIRONMENT = TEST_ROOT=$(TEST_ROOT) \ + NIX_STORE_DIR=$(TEST_ROOT)/store \ + NIX_DATA_DIR=$(TEST_ROOT)/data \ + NIX_LOG_DIR=$(TEST_ROOT)/log \ + NIX_STATE_DIR=$(TEST_ROOT)/state \ + NIX_DB_DIR=$(TEST_ROOT)/db \ + TOP=$(shell pwd)/.. \ + $(SHELL) -e -x + +simple.sh: simple.nix + +TESTS = init.sh simple.sh + +include ../substitute.mk + +EXTRA_DIST = \ + simple.nix.in simple.builder.sh -- cgit 1.4.1