diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-18 16:13:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-18 16:13:43 +0200 |
commit | c8128e524255d15ae2c3fc80a89b7c05362427d9 (patch) | |
tree | 8c5f5e9216a183d7de5c8fc96e9fa96a271a4ce0 | |
parent | 47bfb3d1f9b409f82ebc7d15c62b0755cabde05f (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 60dae65..af2c962 100644 --- a/build/root.build +++ b/build/root.build @@ -14,3 +14,7 @@ cxx{*}: extension = cxx # All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |