# file : tests/build/root.build # license : MIT; see accompanying LICENSE file # We need to configure C++ module to pass the compiler path to some of bpkg # test commands. # using cxx # Setup the bpkg that we are testing. # import bpkg = bpkg%exe{bpkg} testscript{*}: test = $bpkg # Specify the test target for cross-testing. # test.target = $cxx.target