diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-06-16 17:08:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-06-18 14:18:59 +0300 |
commit | 728b075cb5e0df9c386f8377e0f6961e5ccc5143 (patch) | |
tree | 8bd60cb16a260031d46b5d79adab5821dac3dd27 /tests/build/root.build | |
parent | 448747903956f70f85f5135a224bbbae7f7b276a (diff) |
Add env script pseudo-builtin
Also disable C++ recipe tests when cross-testing.
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index e3f0f61..5bf6731 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -22,7 +22,6 @@ import.build2 = [null] import! [metadata] b = build2%exe{b} static = $($b:b.static) # True if testing statically-linked build system. -shared = (!$static) # For '$shared || exit' idiom. testscript{*}: test = $b |