From fdff3a7eae8a4d2f0e6eae992d3c3cf64e1a3ad3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 26 Feb 2014 17:47:54 +0100 Subject: Add a test for nix-store --dump-db / --load-db --- tests/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/local.mk') diff --git a/tests/local.mk b/tests/local.mk index 6b82c0a35808..ab170dfe51e7 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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)) -- cgit 1.4.1