diff options
-rw-r--r-- | tests/function/path/testscript | 2 | ||||
-rw-r--r-- | tests/test/script/integration/testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/cleanup.test | 2 | ||||
-rw-r--r-- | tests/test/script/runner/status.test | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/function/path/testscript b/tests/function/path/testscript index 5656446..cc736ee 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file +mkdir build -+cat <<EOI >>>build/boostrap.build ++cat <<EOI >>>build/bootstrap.build project = test amalgamation = EOI diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript index 8663e6f..b927fe8 100644 --- a/tests/test/script/integration/testscript +++ b/tests/test/script/integration/testscript @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file +mkdir build -+cat <<EOI >>>build/boostrap.build ++cat <<EOI >>>build/bootstrap.build project = test amalgamation = diff --git a/tests/test/script/runner/cleanup.test b/tests/test/script/runner/cleanup.test index 5018bd1..474ce48 100644 --- a/tests/test/script/runner/cleanup.test +++ b/tests/test/script/runner/cleanup.test @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file +mkdir build -+cat <<EOI >>>build/boostrap.build ++cat <<EOI >>>build/bootstrap.build project = test amalgamation = diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 09d5b16..f1a20ec 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file +mkdir build -+cat <<EOI >>>build/boostrap.build ++cat <<EOI >>>build/bootstrap.build project = test amalgamation = |