1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/local.mk

44 lines
1.2 KiB
Makefile
Raw Normal View History

nix_tests = \
init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \
config.sh \
gc.sh \
gc-concurrent.sh \
gc-auto.sh \
referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
2016-08-10 08:20:51 -04:00
gc-runtime.sh check-refs.sh filter-source.sh \
remote-store.sh export.sh export-graph.sh \
timeout.sh secure-drv-outputs.sh nix-channel.sh \
multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
2014-08-27 10:46:02 -04:00
binary-cache.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 09:09:35 -04:00
placeholders.sh nix-shell.sh \
linux-sandbox.sh \
build-dry.sh \
build-remote.sh \
nar-access.sh \
structured-attrs.sh \
2017-11-03 08:33:50 -04:00
fetchGit.sh \
fetchGitSubmodules.sh \
fetchMercurial.sh \
2017-11-20 12:36:36 -05:00
signing.sh \
2020-04-29 17:37:21 -04:00
shell.sh \
brotli.sh \
2018-01-19 07:58:28 -05:00
pure-eval.sh \
check.sh \
2018-02-25 17:33:17 -05:00
plugins.sh \
search.sh \
2019-05-07 17:22:47 -04:00
nix-copy-ssh.sh \
post-hook.sh \
function-trace.sh \
recursive.sh \
2019-05-07 17:22:47 -04:00
flakes.sh
# parallel.sh
2014-02-01 06:23:14 -05:00
install-tests += $(foreach x, $(nix_tests), tests/$(x))
2014-02-01 06:23:14 -05:00
tests-environment = NIX_REMOTE= $(bash) -e
2019-05-07 17:22:47 -04:00
clean-files += $(d)/common.sh $(d)/config.nix
2020-03-30 10:50:13 -04:00
installcheck: $(d)/common.sh $(d)/config.nix $(d)/plugins/libplugintest.$(SO_EXT)