diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-18 15:02:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-18 15:02:39 +0200 |
commit | 6b9bdad3b68b12ff8e2075d54c1f7f005bb2f768 (patch) | |
tree | 8ccd47c832ea6fd8dea6d12e3b9f36c8c0e72033 /libbuild2/test | |
parent | 562af3a7f3742bf57b007e904e0bb661a5da1dab (diff) |
Add noop mode to file cache, add --file-cache option to select
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/script/parser.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/test/script/parser.test.cxx b/libbuild2/test/script/parser.test.cxx index df91586..202f368 100644 --- a/libbuild2/test/script/parser.test.cxx +++ b/libbuild2/test/script/parser.test.cxx @@ -166,7 +166,7 @@ namespace build2 // scheduler sched (1); global_mutexes mutexes (1); - file_cache fcache (sched); + file_cache fcache; context ctx (sched, mutexes, fcache); bool scope (false); |