aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/ca
diff options
context:
space:
mode:
authorQyriad <qyriad@qyriad.me>2024-05-07 13:34:36 -0600
committerQyriad <qyriad@qyriad.me>2024-05-07 17:04:30 -0600
commitb9be46fb3115dffcd5cdaa62523bd025c7342e42 (patch)
treee95c1b36bf9797ce725481246980cf7c353f829d /tests/functional/ca
parentd184981af019f786df8ddb1b39527df30c62b262 (diff)
remove the autoconf+Make buildsystem
We're not using it anymore. Any leftover bugs in the Meson buildsystem are now just bugs. Closes #249. Change-Id: I0465a0c37ae819f94d40e7829f5bff046aa63d73
Diffstat (limited to 'tests/functional/ca')
-rw-r--r--tests/functional/ca/local.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/functional/ca/local.mk b/tests/functional/ca/local.mk
deleted file mode 100644
index 4f86b268f..000000000
--- a/tests/functional/ca/local.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-ca-tests := \
- $(d)/build-with-garbage-path.sh \
- $(d)/build.sh \
- $(d)/build-cache.sh \
- $(d)/concurrent-builds.sh \
- $(d)/derivation-json.sh \
- $(d)/duplicate-realisation-in-closure.sh \
- $(d)/eval-store.sh \
- $(d)/gc.sh \
- $(d)/import-derivation.sh \
- $(d)/new-build-cmd.sh \
- $(d)/nix-copy.sh \
- $(d)/nix-run.sh \
- $(d)/nix-shell.sh \
- $(d)/post-hook.sh \
- $(d)/recursive.sh \
- $(d)/repl.sh \
- $(d)/selfref-gc.sh \
- $(d)/signatures.sh \
- $(d)/substitute.sh \
- $(d)/why-depends.sh
-
-install-tests-groups += ca
-
-clean-files += \
- $(d)/config.nix
-
-test-deps += \
- tests/functional/ca/config.nix