2013-11-25 19:47:03 +02:00
|
|
|
nix_tests = \
|
|
|
|
init.sh hash.sh lang.sh add.sh simple.sh dependencies.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 \
|
2016-04-08 19:16:53 +03:00
|
|
|
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 \
|
2017-05-15 13:23:21 +03:00
|
|
|
build-remote.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 \
|
2017-11-14 19:24:20 +02:00
|
|
|
fetchMercurial.sh \
|
2017-11-20 19:36:36 +02:00
|
|
|
signing.sh \
|
2017-12-29 22:42:14 +02:00
|
|
|
run.sh \
|
2018-01-16 19:50:38 +02:00
|
|
|
brotli.sh \
|
2018-01-19 14:58:28 +02:00
|
|
|
pure-eval.sh \
|
2018-02-08 18:26:18 +02: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
|
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
|
|
|
|
|
|
|
|
installcheck: $(d)/common.sh $(d)/plugins/libplugintest.$(SO_EXT) $(d)/config.nix
|