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