diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 17:16:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 17:16:21 +0300 |
commit | 6b3d2176613f14a9723af17bd949d5ea2d2a6268 (patch) | |
tree | 9076fc452ba891aaa86709fa21bbfa95942ea4c2 /build | |
parent | 66771d9784d81766200db9cae8bb60657eb6f4d4 (diff) |
Specify test.target
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 4f70114..09c640b 100644 --- a/build/root.build +++ b/build/root.build @@ -4,3 +4,7 @@ using cxx hxx{*}: extension = cxx{*}: extension = cxx + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |