# file      : tests/common.test
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

# Commonly-used build system test project setup and driver command line.
#

+mkdir build
+cat <<EOI >=build/bootstrap.build
project = test
amalgamation =
EOI

test.options += --serial-stop --quiet --buildfile -

# By default just load the buildfile.
#
if ($null($test.arguments))
  test.arguments = noop
end