diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 19:31:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-24 19:31:33 +0300 |
commit | 40edb55d3919a15efd82eb616e1aee2679c4c349 (patch) | |
tree | 0141291397869602236c358795466e4f9d59ab0c | |
parent | 5db146ef751507efd4f9556c9a0ab3bb5e88f7c5 (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 edafb31..126c0f4 100644 --- a/build/root.build +++ b/build/root.build @@ -27,3 +27,7 @@ if! $cli.configured # All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |