nix-gh/tests/local.mk

28 lines
921 B
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 14:20:51 +02: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 16:46:02 +02: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 15:09:35 +02:00
placeholders.sh nix-shell.sh \
linux-sandbox.sh \
build-remote.sh \
nar-index.sh \
structured-attrs.sh
# parallel.sh
2014-02-01 12:23:14 +01:00
install-tests += $(foreach x, $(nix_tests), tests/$(x))
2014-02-01 12:23:14 +01:00
tests-environment = NIX_REMOTE= $(bash) -e
2014-02-01 12:23:14 +01:00
clean-files += $(d)/common.sh
installcheck: $(d)/common.sh