diff options
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 2792187..1903c41 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -13,5 +13,8 @@ cxx{*}: extension = cxx # as our $build.path). # import b = build2%exe{b} - dir{*}: test = $b + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |