lix/tests/local.mk

77 lines
2 KiB
Makefile
Raw Normal View History

nix_tests = \
hash.sh lang.sh add.sh simple.sh dependencies.sh \
config.sh \
gc.sh \
ca/gc.sh \
gc-concurrent.sh \
2021-10-15 14:52:37 +00:00
gc-non-blocking.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 \
local-store.sh remote-store.sh export.sh export-graph.sh \
db-migration.sh \
timeout.sh secure-drv-outputs.sh nix-channel.sh \
multiple-outputs.sh import-derivation.sh ca/import-derivation.sh fetchurl.sh optimise-store.sh \
binary-cache.sh \
substitute-with-invalid-ca.sh \
binary-cache-build-remote.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-input-addressed.sh \
build-remote-content-addressed-fixed.sh \
build-remote-content-addressed-floating.sh \
2020-08-20 05:08:50 +00:00
ssh-relay.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 \
2021-04-09 21:13:08 +00:00
zstd.sh \
compression-levels.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 \
ca/post-hook.sh \
function-trace.sh \
recursive.sh \
describe-stores.sh \
2020-08-07 19:09:26 +00:00
flakes.sh \
flake-local-settings.sh \
build.sh \
repl.sh ca/repl.sh \
ca/build.sh \
ca/build-with-garbage-path.sh \
ca/duplicate-realisation-in-closure.sh \
ca/substitute.sh \
ca/signatures.sh \
ca/nix-shell.sh \
ca/nix-run.sh \
ca/recursive.sh \
ca/concurrent-builds.sh \
2021-07-27 09:17:56 +00:00
ca/nix-copy.sh \
2017-11-10 22:51:34 +00:00
eval-store.sh \
readfile-context.sh
# parallel.sh
ifeq ($(HAVE_LIBCPUID), 1)
nix_tests += compute-levels.sh
endif
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
clean-files += $(d)/common.sh $(d)/config.nix $(d)/ca/config.nix
2019-05-07 21:22:47 +00:00
test-deps += tests/common.sh tests/config.nix tests/ca/config.nix tests/plugins/libplugintest.$(SO_EXT)