lix/tests/local.mk

45 lines
1.2 KiB
Makefile
Raw Normal View History

nix_tests = \
hash.sh lang.sh add.sh simple.sh dependencies.sh \
config.sh \
gc.sh \
gc-concurrent.sh \
gc-auto.sh \
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
2016-08-10 12:20:51 +00:00
gc-runtime.sh check-refs.sh filter-source.sh \
2020-07-17 19:50:53 +00:00
local-store.sh remote-store.sh export.sh export-graph.sh \
timeout.sh secure-drv-outputs.sh nix-channel.sh \
multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
2014-08-27 14:46:02 +00:00
binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \
check-reqs.sh pass-as-file.sh tarball.sh restricted.sh \
2017-05-02 13:09:35 +00:00
placeholders.sh nix-shell.sh \
linux-sandbox.sh \
build-dry.sh \
build-remote.sh \
nar-access.sh \
structured-attrs.sh \
2017-11-03 12:33:50 +00:00
fetchGit.sh \
fetchGitRefs.sh \
fetchGitSubmodules.sh \
fetchMercurial.sh \
2017-11-20 17:36:36 +00:00
signing.sh \
2020-04-29 21:37:21 +00:00
shell.sh \
brotli.sh \
2018-01-19 12:58:28 +00:00
pure-eval.sh \
check.sh \
2018-02-25 22:33:17 +00:00
plugins.sh \
search.sh \
2019-05-07 21:22:47 +00:00
nix-copy-ssh.sh \
post-hook.sh \
function-trace.sh \
recursive.sh \
2019-05-07 21:22:47 +00:00
flakes.sh
# parallel.sh
2014-02-01 11:23:14 +00:00
install-tests += $(foreach x, $(nix_tests), tests/$(x))
2014-02-01 11:23:14 +00:00
tests-environment = NIX_REMOTE= $(bash) -e
2019-05-07 21:22:47 +00:00
clean-files += $(d)/common.sh $(d)/config.nix
test-deps += tests/common.sh tests/config.nix tests/plugins/libplugintest.$(SO_EXT)