# file : tests/test/common.test # copyright : Copyright (c) 2014-2016 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 test.options += --jobs 1 --quiet --buildfile - # By default perform test. # if ($empty($test.arguments)) test.arguments = test end