diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-19 20:13:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-19 20:13:30 +0300 |
commit | 53c10a574f867c07ac03cadacfcf7f1206379dc7 (patch) | |
tree | 5b9cab330c03f99287c35329968af35d39568f07 | |
parent | bfde8b9439e0870fdb34896f61fe3fd90b9e7657 (diff) |
Specify test.target
-rw-r--r-- | examples/build/root.build | 4 | ||||
-rw-r--r-- | tests/build/root.build | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/build/root.build b/examples/build/root.build index 642da28..c93bac1 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -12,3 +12,7 @@ cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. # exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target diff --git a/tests/build/root.build b/tests/build/root.build index 8f043fa..c9293bf 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -12,3 +12,7 @@ cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. # exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |