lix/tests/local.mk

23 lines
820 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 \
build-hook.sh gc.sh gc-concurrent.sh \
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 \
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 14:46:02 +00:00
binary-cache.sh nix-profile.sh repair.sh dump-db.sh case-hack.sh \
2016-04-14 13:24:06 +00:00
check-reqs.sh pass-as-file.sh tarball.sh restricted.sh
# parallel.sh
2014-02-01 11:23:14 +00:00
install-tests += $(foreach x, $(nix_tests), tests/$(x))
2014-02-01 11:23:14 +00:00
tests-environment = NIX_REMOTE= $(bash) -e
2014-02-01 11:23:14 +00:00
clean-files += $(d)/common.sh
installcheck: $(d)/common.sh