diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-09 21:45:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-11 00:39:22 +0300 |
commit | 891d13075769cbe1c50be3acd191359490b0af9a (patch) | |
tree | 0e360ffa8925b35499afcdeea1e9771adc2d190c /tests/bash | |
parent | d932899aa393e36f59ddc0480f2675a340f7960c (diff) |
Optimize testscripts not to search for subprojects
Diffstat (limited to 'tests/bash')
-rw-r--r-- | tests/bash/testscript | 2 |
1 files changed, 2 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 |