aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01 12:26:38 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01 13:54:38 +0100
commit0c6d62cf27b3b22fa60bddad16ea8e8d062e4a99 (patch)
tree5ff743d6f1df831603a2394a7a6b3f6e7cb86e34 /tests
parent16e7d692092449263880ee795ec419cecbe22d24 (diff)
Remove Automakefiles
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am52
1 files changed, 0 insertions, 52 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 38cf7b1bd..000000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,52 +0,0 @@
-TESTS_ENVIRONMENT = NIX_REMOTE= $(bash) -e
-
-extra1 = $(shell pwd)/test-tmp/shared
-
-TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \
- parallel.sh build-hook.sh substitutes.sh substitutes2.sh \
- fallback.sh nix-push.sh gc.sh gc-concurrent.sh verify.sh nix-pull.sh \
- referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \
- gc-runtime.sh install-package.sh check-refs.sh filter-source.sh \
- remote-store.sh export.sh export-graph.sh negative-caching.sh \
- binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \
- multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
- binary-cache.sh nix-profile.sh
-
-XFAIL_TESTS =
-
-profiledir = $(sysconfdir)/profile.d
-
-include ../substitute.mk
-
-$(TESTS): common.sh config.nix
-
-EXTRA_DIST = $(TESTS) \
- config.nix.in \
- simple.nix simple.builder.sh \
- hash-check.nix \
- dependencies.nix dependencies.builder*.sh \
- parallel.nix parallel.builder.sh \
- build-hook.nix build-hook.hook.sh \
- substituter.sh substituter2.sh \
- gc-concurrent.nix gc-concurrent.builder.sh gc-concurrent2.builder.sh \
- user-envs.nix user-envs.builder.sh \
- fixed.nix fixed.builder1.sh fixed.builder2.sh \
- gc-runtime.nix \
- check-refs.nix \
- filter-source.nix \
- export-graph.nix \
- negative-caching.nix \
- binary-patching.nix \
- timeout.nix timeout.builder.sh \
- secure-drv-outputs.nix \
- multiple-outputs.nix \
- import-derivation.nix \
- fetchurl.nix \
- $(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) $(wildcard lang/dir*/*.nix) \
- common.sh.in
-
-# Hacky.
-check-am:
- @echo "Warning: Nix has no 'make check'. Please install Nix and run 'make installcheck' instead."
-
-installcheck: check-TESTS