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

Merge pull request #6784 from tweag/completion-test

Add some tests for the CLI completion
This commit is contained in:
Théophane Hufschmitt 2022-07-18 20:32:14 +02:00 committed by GitHub
commit fbd0a6c6e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 0 deletions

View file

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