diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 13:19:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 13:19:49 +0200 |
commit | 08eea971d2d3170ca357935644483dc520f46173 (patch) | |
tree | 871df5e71e364d4620db74298b7f88f9466d1473 /tests/test/script/integration/testscript | |
parent | 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d (diff) |
Organize tests/, factor common testscript fragments
Diffstat (limited to 'tests/test/script/integration/testscript')
-rw-r--r-- | tests/test/script/integration/testscript | 13 |
1 files changed, 4 insertions, 9 deletions
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 <<EOI >>>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 : |