# file : tests/build/root.build # license : curl License; see accompanying COPYING file # We need to configure C module to obtain the target information (see below). # using c.config # Setup the curl program that we are testing. # import curl = curl%exe{curl} testscript{*}: test = $curl # Specify the test target for cross-testing. # test.target = $c.target