guix/tests/Makefile.am

40 lines
1.3 KiB
Makefile
Raw Normal View History

TESTS_ENVIRONMENT = NIX_REMOTE= $(bash) -e
2006-03-01 12:51:18 +00:00
extra1 = $(shell pwd)/test-tmp/shared
TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.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 \
remote-store.sh export.sh export-graph.sh negative-caching.sh \
binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh
XFAIL_TESTS =
include ../substitute.mk
$(TESTS): common.sh config.nix
EXTRA_DIST = $(TESTS) \
2009-03-18 16:23:29 +00:00
config.nix.in \
simple.nix simple.builder.sh \
2006-07-20 12:58:51 +00:00
hash-check.nix \
dependencies.nix dependencies.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 \
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 \
negative-caching.nix \
2010-11-17 15:45:09 +00:00
binary-patching.nix \
timeout.nix timeout.builder.sh \
secure-drv-outputs.nix \
2011-08-06 16:18:54 +00:00
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) $(wildcard lang/dir*/*.nix) \
common.sh.in