mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Create local.mk
for local-overlay-store tests
This commit is contained in:
parent
5d18120ba8
commit
0ec7f2fb3f
3 changed files with 8 additions and 8 deletions
1
Makefile
1
Makefile
|
@ -27,6 +27,7 @@ makefiles += \
|
||||||
src/libstore/tests/local.mk \
|
src/libstore/tests/local.mk \
|
||||||
src/libexpr/tests/local.mk \
|
src/libexpr/tests/local.mk \
|
||||||
tests/local.mk \
|
tests/local.mk \
|
||||||
|
tests/overlay-local-store/local.mk \
|
||||||
tests/plugins/local.mk
|
tests/plugins/local.mk
|
||||||
else
|
else
|
||||||
makefiles += \
|
makefiles += \
|
||||||
|
|
|
@ -137,14 +137,6 @@ nix_tests = \
|
||||||
path-from-hash-part.sh \
|
path-from-hash-part.sh \
|
||||||
toString-path.sh
|
toString-path.sh
|
||||||
|
|
||||||
overlay-local-store-tests := \
|
|
||||||
$(d)/overlay-local-store/check-post-init.sh \
|
|
||||||
$(d)/overlay-local-store/redundant-add.sh \
|
|
||||||
$(d)/overlay-local-store/build.sh \
|
|
||||||
$(d)/overlay-local-store/bad-uris.sh
|
|
||||||
|
|
||||||
install-tests-groups += overlay-local-store
|
|
||||||
|
|
||||||
ifeq ($(HAVE_LIBCPUID), 1)
|
ifeq ($(HAVE_LIBCPUID), 1)
|
||||||
nix_tests += compute-levels.sh
|
nix_tests += compute-levels.sh
|
||||||
endif
|
endif
|
||||||
|
|
7
tests/overlay-local-store/local.mk
Normal file
7
tests/overlay-local-store/local.mk
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
overlay-local-store-tests := \
|
||||||
|
$(d)/check-post-init.sh \
|
||||||
|
$(d)/redundant-add.sh \
|
||||||
|
$(d)/build.sh \
|
||||||
|
$(d)/bad-uris.sh
|
||||||
|
|
||||||
|
install-tests-groups += overlay-local-store
|
Loading…
Add table
Add a link
Reference in a new issue