diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 20:34:44 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 20:34:44 +0300 |
commit | be7e88354a9bf1dc4412637f0ac13ae484abb2f2 (patch) | |
tree | e0a35baaff4b5c7fe4e043277918697e68c298b4 /tests | |
parent | 54c13a91b502e518a1960870d60fe215daeef63d (diff) |
Specify test.target
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 1f7c350..de723b8 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -8,3 +8,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 |