1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 07:08:27 +02:00

add tests for showing help

This commit is contained in:
Valentin Gagarin 2024-03-04 10:11:41 +01:00
parent ac5f147afc
commit c2122d0ebc
3 changed files with 72 additions and 1 deletions

View file

@ -124,7 +124,8 @@ nix_tests = \
toString-path.sh \
read-only-store.sh \
nested-sandboxing.sh \
impure-env.sh
impure-env.sh \
help.sh
ifeq ($(HAVE_LIBCPUID), 1)
nix_tests += compute-levels.sh