diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 17:13:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 17:13:42 +0300 |
commit | 1c2b2a096c1808a39c14649bd04980b4ca845091 (patch) | |
tree | 8f676110ff52ad40e70b32ba88267ca4dec09a83 | |
parent | 9dd9cdb971b71652c7cb498aa7901e670e99da5b (diff) |
Specify test.target
-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 54a5851..7c65dab 100644 --- a/build/root.build +++ b/build/root.build @@ -3,3 +3,7 @@ cxx.std = 11 using cxx cxx{*}: extension = cxx + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |