diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 18:57:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-25 00:34:35 +0300 |
commit | a028fa9a535070ec9a1eecda297c34c4fe3fd4f5 (patch) | |
tree | 9c288555385110ca5d2a8b2326c50be3c1841e76 /tests | |
parent | 0d099d1930b1870db7f20761388b9772d0abfedc (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 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 |