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/integration/buildfile | 1 - tests/test/script/integration/testscript | 13 ++++--------- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'tests/test/script/integration') diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile index d2b77c9..28aa014 100644 --- a/tests/test/script/integration/buildfile +++ b/tests/test/script/integration/buildfile @@ -4,4 +4,3 @@ ./: test{testscript} -test{*}: test = $effect($build.path) diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript index 93ce08a..8960b88 100644 --- a/tests/test/script/integration/testscript +++ b/tests/test/script/integration/testscript @@ -2,16 +2,11 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -+mkdir build -+cat <>>build/bootstrap.build -project = test -amalgamation = +# @@ I think these should be run indirectly (via cat & build) +# for cross-testing to work (we want to run the via the build +# system we built, not the one we used to acomplish this. -using test -EOI - -test.options += -q --buildfile - -test.arguments = test +.include ../../common.test : scrip-files : -- cgit v1.1