diff options
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 9013029..8176e9e 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -10,7 +10,7 @@ using cxx # Setup the bdep that we are testing. # import bdep = bdep%exe{bdep} -test{*}: test = $bdep +testscript{*}: test = $bdep # Specify the test target for cross-testing. # |