mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
67d231c046
This reverts commit619eeb658a
, reversing changes made to1af94bf471
.
15 lines
316 B
Makefile
15 lines
316 B
Makefile
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 \
|
|
$(d)/old-daemon-error-hack.sh
|
|
|
|
install-tests-groups += dyn-drv
|
|
|
|
clean-files += \
|
|
$(d)/config.nix
|
|
|
|
test-deps += \
|
|
tests/functional/dyn-drv/config.nix
|