2006-03-01 12:15:33 +00:00
|
|
|
TESTS_ENVIRONMENT = $(SHELL) -e
|
2004-05-04 12:15:30 +00:00
|
|
|
|
2006-03-01 12:51:18 +00:00
|
|
|
extra1 = $(shell pwd)/test-tmp/shared
|
|
|
|
|
2006-03-01 15:43:37 +00:00
|
|
|
TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \
|
|
|
|
locking.sh parallel.sh build-hook.sh substitutes.sh substitutes2.sh \
|
|
|
|
fallback.sh nix-push.sh gc.sh gc-concurrent.sh verify.sh nix-pull.sh \
|
2006-07-21 12:46:54 +00:00
|
|
|
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
|
2007-08-13 14:56:40 +00:00
|
|
|
gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \
|
2009-03-17 16:33:48 +00:00
|
|
|
remote-store.sh export.sh export-graph.sh
|
2004-05-04 13:56:30 +00:00
|
|
|
|
2004-05-11 18:05:44 +00:00
|
|
|
XFAIL_TESTS =
|
2004-05-04 12:15:30 +00:00
|
|
|
|
|
|
|
include ../substitute.mk
|
|
|
|
|
2009-03-17 17:11:55 +00:00
|
|
|
$(TESTS): common.sh config.nix
|
2006-03-01 12:15:33 +00:00
|
|
|
|
2004-05-04 12:45:04 +00:00
|
|
|
EXTRA_DIST = $(TESTS) \
|
2009-03-18 16:23:29 +00:00
|
|
|
config.nix.in \
|
2009-03-17 17:11:55 +00:00
|
|
|
simple.nix simple.builder.sh \
|
2006-07-20 12:58:51 +00:00
|
|
|
hash-check.nix \
|
2009-03-17 16:33:48 +00:00
|
|
|
dependencies.nix dependencies.builder*.sh \
|
2009-03-17 17:11:55 +00:00
|
|
|
locking.nix locking.builder.sh \
|
|
|
|
parallel.nix parallel.builder.sh \
|
|
|
|
build-hook.nix build-hook.hook.sh \
|
2007-08-13 13:15:02 +00:00
|
|
|
substituter.sh substituter2.sh \
|
2009-03-17 17:11:55 +00:00
|
|
|
gc-concurrent.nix gc-concurrent.builder.sh gc-concurrent2.builder.sh \
|
|
|
|
user-envs.nix user-envs.builder.sh \
|
|
|
|
fixed.nix fixed.builder1.sh fixed.builder2.sh \
|
|
|
|
gc-runtime.nix \
|
|
|
|
check-refs.nix \
|
|
|
|
filter-source.nix \
|
|
|
|
export-graph.nix \
|
2007-01-14 12:33:04 +00:00
|
|
|
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) \
|
2006-03-01 12:15:33 +00:00
|
|
|
common.sh.in
|