diff options
-rw-r--r-- | build/root.build | 4 | ||||
-rw-r--r-- | tests/build/root.build | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/root.build b/build/root.build index 09c640b..4f70114 100644 --- a/build/root.build +++ b/build/root.build @@ -4,7 +4,3 @@ using cxx hxx{*}: extension = cxx{*}: extension = cxx - -# Specify the test target for cross-testing. -# -test.target = $cxx.target diff --git a/tests/build/root.build b/tests/build/root.build index 1f7c350..de723b8 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -8,3 +8,7 @@ cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. # exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target |