mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
Create notion of "test group", use for local overlay store
This commit is contained in:
parent
1dcb782651
commit
97deb00cbc
3 changed files with 17 additions and 7 deletions
|
@ -135,9 +135,13 @@ nix_tests = \
|
|||
flakes/show.sh \
|
||||
impure-derivations.sh \
|
||||
path-from-hash-part.sh \
|
||||
toString-path.sh \
|
||||
overlay-local-store/outer.sh \
|
||||
overlay-local-store/bad-uris.sh
|
||||
toString-path.sh
|
||||
|
||||
overlay-local-store-tests := \
|
||||
$(d)/overlay-local-store/outer.sh \
|
||||
$(d)/overlay-local-store/bad-uris.sh
|
||||
|
||||
install-tests-groups += overlay-local-store
|
||||
|
||||
ifeq ($(HAVE_LIBCPUID), 1)
|
||||
nix_tests += compute-levels.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue