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