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