diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-09 14:58:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-09 14:58:57 +0200 |
commit | f84108c382c95bea15de7132ef254457907d60ae (patch) | |
tree | 9e4f76acec13f97d03660680f1e60f2e6acd000a /tests/build | |
parent | 974a8c152bf7c9a4a5ce3c45808af65657c2ff1f (diff) |
Fix test setup
Diffstat (limited to 'tests/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 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. # |