Create local.mk for local-overlay-store tests

This commit is contained in:
John Ericson 2023-05-15 23:10:53 -04:00
parent 5d18120ba8
commit 0ec7f2fb3f
3 changed files with 8 additions and 8 deletions

View file

@ -27,6 +27,7 @@ makefiles += \
src/libstore/tests/local.mk \
src/libexpr/tests/local.mk \
tests/local.mk \
tests/overlay-local-store/local.mk \
tests/plugins/local.mk
else
makefiles += \

View file

@ -137,14 +137,6 @@ nix_tests = \
path-from-hash-part.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)
nix_tests += compute-levels.sh
endif

View 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