# file : tests/test/common.testscript # copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Commonly-used build system test project setup and driver command line # (test module tests). # +mkdir build +cat <=build/bootstrap.build project = test amalgamation = using test EOI # By default read buildfile from stdin. # if ($null($test.options)) test.options = --buildfile - end test.options += --no-default-options --serial-stop --quiet # By default perform test. # if ($null($test.arguments)) test.arguments = test end