about summary refs log tree commit diff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-08-03T18·41+0200
committerEelco Dolstra <edolstra@gmail.com>2018-08-03T19·20+0200
commit34c17fdae535d0128d178dde676f56f1bc8439e3 (patch)
tree820df2e1fd18cba6260ac65069df6a552055a968 /tests/local.mk
parenteeebe4cdc509aaaefb70d4af55e5174a75c0281f (diff)
Add a test for LegacySSHStore that doesn't require a VM
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 9df0adf1bfd8..1ff68348b3c7 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -25,7 +25,8 @@ nix_tests = \
   pure-eval.sh \
   check.sh \
   plugins.sh \
-  search.sh
+  search.sh \
+  nix-copy-ssh.sh
   # parallel.sh
 
 install-tests += $(foreach x, $(nix_tests), tests/$(x))