diff options
-rw-r--r-- | tests/bash/testscript | 2 | ||||
-rw-r--r-- | tests/common.testscript | 1 | ||||
-rw-r--r-- | tests/test/common.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/common.testscript | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/tests/bash/testscript b/tests/bash/testscript index a0ac6e3..09bd989 100644 --- a/tests/bash/testscript +++ b/tests/bash/testscript @@ -13,6 +13,8 @@ if ($test.target == $build.host && $build.host.class != 'windows') .include ../common.testscript +cat <<EOI >+build/bootstrap.build + subprojects = sub.bash + using test using install EOI diff --git a/tests/common.testscript b/tests/common.testscript index 4e3b417..b3f0393 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -29,6 +29,7 @@ end +cat <<EOI >=build/bootstrap.build project = test amalgamation = +subprojects = EOI test.options += --no-default-options --serial-stop --quiet diff --git a/tests/test/common.testscript b/tests/test/common.testscript index 23d004d..49c0640 100644 --- a/tests/test/common.testscript +++ b/tests/test/common.testscript @@ -9,6 +9,7 @@ +cat <<EOI >=build/bootstrap.build project = test amalgamation = +subprojects = using test EOI diff --git a/tests/test/script/common.testscript b/tests/test/script/common.testscript index 51a9c84..4469d1c 100644 --- a/tests/test/script/common.testscript +++ b/tests/test/script/common.testscript @@ -9,6 +9,7 @@ +cat <<"EOI" >=build/bootstrap.build project = test amalgamation = +subprojects = using test EOI |