From 08eea971d2d3170ca357935644483dc520f46173 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 13:19:49 +0200 Subject: Organize tests/, factor common testscript fragments --- tests/test/common.test | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/test/common.test (limited to 'tests/test/common.test') diff --git a/tests/test/common.test b/tests/test/common.test new file mode 100644 index 0000000..9477359 --- /dev/null +++ b/tests/test/common.test @@ -0,0 +1,24 @@ +# 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 = $effect($build.path) +test.options += -q --buildfile - + +# By default perform test. +# ++if ($empty($test.arguments)) + test.arguments = test +end -- cgit v1.1