1
0
Fork 0
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:
John Ericson 2023-05-15 18:13:11 -04:00
parent 1dcb782651
commit 97deb00cbc
3 changed files with 17 additions and 7 deletions

View file

@ -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