aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/root.build b/tests/build/root.build
index c188bc6..e3865ee 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -10,7 +10,7 @@ using cxx
# Setup the bpkg that we are testing.
#
import bpkg = bpkg%exe{bpkg}
-dir{*}: test = $bpkg
+test{*}: test = $bpkg
# Specify the test target for cross-testing.
#