blob: f065a562730937efb3404b34d893734a2ec5f8d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
dyn-drv-tests := \
$(d)/text-hashed-output.sh \
$(d)/recursive-mod-json.sh
install-tests-groups += dyn-drv
clean-files += \
$(d)/config.nix
test-deps += \
tests/dyn-drv/config.nix
|