diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 18:58:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 18:58:34 +0300 |
commit | 608f944788d3195819b5351820e75a62bbb83429 (patch) | |
tree | 285610779637b42f08f7467b9236471fa672e1d8 /tests/build/root.build | |
parent | 3444573e660a6238f4223baeef0a46e749875e89 (diff) |
Specify test.target
Diffstat (limited to 'tests/build/root.build')
-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 e1098b7..1f471b6 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 |