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

Add some tests for the CLI completion

This commit is contained in:
Théophane Hufschmitt 2022-07-11 15:16:19 +02:00
parent f071eb3702
commit 32effccb51
2 changed files with 49 additions and 0 deletions

View file

@ -102,6 +102,7 @@ nix_tests = \
suggestions.sh \
store-ping.sh \
fetchClosure.sh \
completion.sh \
impure-derivations.sh
ifeq ($(HAVE_LIBCPUID), 1)