aboutsummaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-11-11 01:51:34 +0300
committerNikolay Amiantov <ab@fmap.me>2022-01-09 13:42:36 +0300
commit120ca245d13708743a59e83da12ec90902636236 (patch)
tree6c27cb21423959e3018932aa5fa6e0e228a292fa /tests/local.mk
parentc66865dff1747ecd55915ef8c549dc1a088ff168 (diff)
Add test for readFile keeping context
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 c22e779a6..d2a46f22b 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -59,7 +59,8 @@ nix_tests = \
ca/recursive.sh \
ca/concurrent-builds.sh \
ca/nix-copy.sh \
- eval-store.sh
+ eval-store.sh \
+ readfile-context.sh
# parallel.sh
ifeq ($(HAVE_LIBCPUID), 1)