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