aboutsummaryrefslogtreecommitdiff
path: root/tests/dyn-drv/local.mk
blob: 0ce7cd37dd351923e997f3cb0057d1c8db73dcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dyn-drv-tests := \
  $(d)/text-hashed-output.sh \
  $(d)/recursive-mod-json.sh \
  $(d)/build-built-drv.sh \
  $(d)/eval-outputOf.sh \
  $(d)/dep-built-drv.sh

install-tests-groups += dyn-drv

clean-files += \
  $(d)/config.nix

test-deps += \
  tests/dyn-drv/config.nix