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

35 lines
1 KiB
Makefile
Raw Normal View History

check:
@echo "Warning: Nix has no 'make check'. Please install Nix and run 'make installcheck' instead."
nix_tests = \
init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \
gc.sh gc-concurrent.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-remote.sh \
nar-access.sh \
structured-attrs.sh \
2017-11-03 08:33:50 -04:00
fetchGit.sh \
fetchMercurial.sh \
2017-11-20 12:36:36 -05:00
signing.sh \
run.sh \
brotli.sh \
2018-01-19 07:58:28 -05:00
pure-eval.sh \
check.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
2014-02-01 06:23:14 -05:00
clean-files += $(d)/common.sh
installcheck: $(d)/common.sh