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
|
|
|
|
|
2004-05-04 12:15:30 +00:00
|
|
|
simple.sh: simple.nix
|
2006-03-01 13:49:12 +00:00
|
|
|
dependencies.sh gc.sh nix-push.sh nix-pull.in logging.sh nix-build.sh: dependencies.nix
|
2004-05-04 13:56:30 +00:00
|
|
|
locking.sh: locking.nix
|
2004-05-04 17:04:17 +00:00
|
|
|
parallel.sh: parallel.nix
|
2004-05-12 09:35:51 +00:00
|
|
|
build-hook.sh: build-hook.nix
|
2005-01-25 13:00:12 +00:00
|
|
|
substitutes.sh: substitutes.nix
|
|
|
|
substitutes2.sh: substitutes2.nix
|
2004-06-28 10:42:57 +00:00
|
|
|
fallback.sh: fallback.nix
|
2005-01-31 22:01:55 +00:00
|
|
|
gc-concurrent.sh: gc-concurrent.nix gc-concurrent2.nix
|
2006-02-08 14:32:06 +00:00
|
|
|
user-envs.sh: user-envs.nix
|
2004-05-04 12:15:30 +00:00
|
|
|
|
2005-01-31 22:23:49 +00:00
|
|
|
TESTS = init.sh hash.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \
|
|
|
|
build-hook.sh substitutes.sh substitutes2.sh fallback.sh nix-push.sh gc.sh \
|
2006-03-01 13:25:08 +00:00
|
|
|
gc-concurrent.sh verify.sh nix-pull.sh referrers.sh user-envs.sh \
|
2006-03-01 13:49:12 +00:00
|
|
|
logging.sh nix-build.sh misc.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
|
|
|
|
|
2006-03-01 12:15:33 +00:00
|
|
|
$(TESTS): common.sh
|
|
|
|
|
2004-05-04 12:45:04 +00:00
|
|
|
EXTRA_DIST = $(TESTS) \
|
2004-05-04 13:22:33 +00:00
|
|
|
simple.nix.in simple.builder.sh \
|
2004-05-04 13:56:30 +00:00
|
|
|
dependencies.nix.in dependencies.builder*.sh \
|
2004-05-04 17:04:17 +00:00
|
|
|
locking.nix.in locking.builder.sh \
|
2004-05-12 09:35:51 +00:00
|
|
|
parallel.nix.in parallel.builder.sh \
|
2004-06-21 12:20:47 +00:00
|
|
|
build-hook.nix.in build-hook.hook.sh \
|
2005-01-27 17:48:50 +00:00
|
|
|
substitutes.nix.in substituter.sh \
|
|
|
|
substitutes2.nix.in substituter2.sh \
|
2005-01-28 20:36:46 +00:00
|
|
|
gc-concurrent.nix.in gc-concurrent.builder.sh \
|
2005-02-01 09:23:38 +00:00
|
|
|
gc-concurrent2.nix.in gc-concurrent2.builder.sh \
|
2005-01-27 17:48:50 +00:00
|
|
|
fallback.nix.in \
|
2006-02-12 21:00:36 +00:00
|
|
|
user-envs.nix.in user-envs.builder.sh \
|
2006-03-01 12:15:33 +00:00
|
|
|
$(wildcard lang/*.nix) $(wildcard lang/*.exp) \
|
|
|
|
common.sh.in
|