1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/Makefile.am

43 lines
1.4 KiB
Makefile
Raw Normal View History

TESTS_ENVIRONMENT = NIX_REMOTE= $(bash) -e
2006-03-01 07:51:18 -05: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 08:46:54 -04:00
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
2007-08-13 10:56:40 -04:00
gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \
remote-store.sh export.sh export-graph.sh negative-caching.sh \
2012-01-03 07:59:31 -05:00
binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \
multiple-outputs.sh import-derivation.sh
XFAIL_TESTS =
include ../substitute.mk
$(TESTS): common.sh config.nix
EXTRA_DIST = $(TESTS) \
2009-03-18 12:23:29 -04:00
config.nix.in \
simple.nix simple.builder.sh \
2006-07-20 08:58:51 -04:00
hash-check.nix \
dependencies.nix dependencies.builder*.sh \
parallel.nix parallel.builder.sh \
build-hook.nix build-hook.hook.sh \
2007-08-13 09:15:02 -04: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 10:45:09 -05:00
binary-patching.nix \
timeout.nix timeout.builder.sh \
secure-drv-outputs.nix \
multiple-outputs.nix \
import-derivation.nix \
2011-08-06 12:18:54 -04:00
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) $(wildcard lang/dir*/*.nix) \
common.sh.in