2006-03-01 13:15:33 +01:00
|
|
|
TESTS_ENVIRONMENT = $(SHELL) -e
|
2004-05-04 14:15:30 +02:00
|
|
|
|
2006-03-01 13:51:18 +01:00
|
|
|
extra1 = $(shell pwd)/test-tmp/shared
|
|
|
|
|
2004-05-04 14:15:30 +02:00
|
|
|
simple.sh: simple.nix
|
2006-10-19 19:44:51 +02:00
|
|
|
dependencies.sh gc.sh nix-push.sh nix-pull.in logging.sh nix-build.sh install-package.sh check-refs.sh: dependencies.nix
|
2004-05-04 15:56:30 +02:00
|
|
|
locking.sh: locking.nix
|
2004-05-04 19:04:17 +02:00
|
|
|
parallel.sh: parallel.nix
|
2004-05-12 11:35:51 +02:00
|
|
|
build-hook.sh: build-hook.nix
|
2005-01-25 14:00:12 +01:00
|
|
|
substitutes.sh: substitutes.nix
|
|
|
|
substitutes2.sh: substitutes2.nix
|
2004-06-28 12:42:57 +02:00
|
|
|
fallback.sh: fallback.nix
|
2005-01-31 23:01:55 +01:00
|
|
|
gc-concurrent.sh: gc-concurrent.nix gc-concurrent2.nix
|
2006-02-08 15:32:06 +01:00
|
|
|
user-envs.sh: user-envs.nix
|
2006-03-01 19:26:21 +01:00
|
|
|
fixed.sh: fixed.nix
|
2006-07-21 14:46:54 +02:00
|
|
|
gc-runtime.sh: gc-runtime.nix
|
2006-10-19 19:44:51 +02:00
|
|
|
check-refs.sh: check-refs.nix
|
2006-12-13 00:05:01 +01:00
|
|
|
filter-source.sh: filter-source.nix
|
2004-05-04 14:15:30 +02:00
|
|
|
|
2006-03-01 16:43:37 +01: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 14:46:54 +02:00
|
|
|
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
|
2006-12-13 00:05:01 +01:00
|
|
|
gc-runtime.sh install-package.sh check-refs.sh filter-source.sh
|
2004-05-04 15:56:30 +02:00
|
|
|
|
2004-05-11 20:05:44 +02:00
|
|
|
XFAIL_TESTS =
|
2004-05-04 14:15:30 +02:00
|
|
|
|
|
|
|
include ../substitute.mk
|
|
|
|
|
2006-03-01 13:15:33 +01:00
|
|
|
$(TESTS): common.sh
|
|
|
|
|
2004-05-04 14:45:04 +02:00
|
|
|
EXTRA_DIST = $(TESTS) \
|
2004-05-04 15:22:33 +02:00
|
|
|
simple.nix.in simple.builder.sh \
|
2006-07-20 14:58:51 +02:00
|
|
|
hash-check.nix \
|
2004-05-04 15:56:30 +02:00
|
|
|
dependencies.nix.in dependencies.builder*.sh \
|
2004-05-04 19:04:17 +02:00
|
|
|
locking.nix.in locking.builder.sh \
|
2004-05-12 11:35:51 +02:00
|
|
|
parallel.nix.in parallel.builder.sh \
|
2004-06-21 14:20:47 +02:00
|
|
|
build-hook.nix.in build-hook.hook.sh \
|
2005-01-27 18:48:50 +01:00
|
|
|
substitutes.nix.in substituter.sh \
|
|
|
|
substitutes2.nix.in substituter2.sh \
|
2005-01-28 21:36:46 +01:00
|
|
|
gc-concurrent.nix.in gc-concurrent.builder.sh \
|
2005-02-01 10:23:38 +01:00
|
|
|
gc-concurrent2.nix.in gc-concurrent2.builder.sh \
|
2005-01-27 18:48:50 +01:00
|
|
|
fallback.nix.in \
|
2006-02-12 22:00:36 +01:00
|
|
|
user-envs.nix.in user-envs.builder.sh \
|
2006-03-01 19:26:21 +01:00
|
|
|
fixed.nix.in fixed.builder1.sh fixed.builder2.sh \
|
2006-07-21 14:46:54 +02:00
|
|
|
gc-runtime.nix.in gc-runtime.builder.sh \
|
2006-10-19 19:44:51 +02:00
|
|
|
check-refs.nix.in \
|
2006-12-13 00:05:01 +01:00
|
|
|
filter-source.nix.in \
|
2007-01-14 13:33:04 +01:00
|
|
|
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) \
|
2006-03-01 13:15:33 +01:00
|
|
|
common.sh.in
|