mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Add a test for nix-store --dump-db / --load-db
This commit is contained in:
parent
506d86394d
commit
fdff3a7eae
2 changed files with 21 additions and 1 deletions
|
@ -10,7 +10,7 @@ nix_tests = \
|
|||
remote-store.sh export.sh export-graph.sh negative-caching.sh \
|
||||
binary-patching.sh timeout.sh secure-drv-outputs.sh nix-channel.sh \
|
||||
multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \
|
||||
binary-cache.sh nix-profile.sh repair.sh
|
||||
binary-cache.sh nix-profile.sh repair.sh dump-db.sh
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue