aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/ca/local.mk
blob: 4f86b268f074b3c0b3c44fcddfbde3ef285ffbee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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