mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +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/libexpr/tests/local.mk \
|
||||
tests/local.mk \
|
||||
tests/overlay-local-store/local.mk \
|
||||
tests/plugins/local.mk
|
||||
else
|
||||
makefiles += \
|
||||
|
|
|
@ -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
|
||||
|
|
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…
Reference in a new issue