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/script/runner/status.test | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'tests/test/script/runner/status.test') diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 4998311..cf4ce1d 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -1,19 +1,10 @@ -# file : tests/test/script/runner/status.tests +# file : tests/test/script/runner/status.test # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -+mkdir build -+cat <>>build/bootstrap.build -project = test -amalgamation = +.include ../common.test -using test -EOI - -b = $effect($build.path) -q --no-column --buildfile - <"./: test{testscript}" \ - &?test/*** test -c = cat >>>testscript -test = "'$test'" +b += --no-column +if ($cxx.target.class == "windows") ext = ".exe" -- cgit v1.1