about summary refs log tree commit diff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-11-20T17·36+0100
committerEelco Dolstra <edolstra@gmail.com>2017-11-20T17·36+0100
commit4cde04f476fa0f61680f8e53fe81cc70923689fc (patch)
treea30420970031575550981df402f965ec69d8d5cb /tests/local.mk
parentf5f29dc2b7c266875fb9cbb0c8d5cdde3ac4a73c (diff)
Add tests for "nix run"
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 2b92ec4e5a84..baf74224bb12 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -18,7 +18,8 @@ nix_tests = \
   structured-attrs.sh \
   fetchGit.sh \
   fetchMercurial.sh \
-  signing.sh
+  signing.sh \
+  run.sh
   # parallel.sh
 
 install-tests += $(foreach x, $(nix_tests), tests/$(x))