diff options
Diffstat (limited to 'build/root.build')
-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 |