diff options
author | Nikolay Amiantov <ab@fmap.me> | 2017-11-11 01:51:34 +0300 |
---|---|---|
committer | Nikolay Amiantov <ab@fmap.me> | 2022-01-09 13:42:36 +0300 |
commit | 120ca245d13708743a59e83da12ec90902636236 (patch) | |
tree | 6c27cb21423959e3018932aa5fa6e0e228a292fa /tests/local.mk | |
parent | c66865dff1747ecd55915ef8c549dc1a088ff168 (diff) |
Add test for readFile keeping context
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
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) |