diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-04 23:33:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-06 16:47:05 +0300 |
commit | dd591dae0f04035f4c4697cdd0d2c58461cddf06 (patch) | |
tree | 4750c4b648cb75ee20baf5cd3f1e359bf434a699 /tests/integration | |
parent | 0076593f8dfaf5ed15cfd42c963bde4e038d42bd (diff) |
Add support for testing build system modules to worker
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/testscript | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index d06b931..5475b12 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -73,6 +73,14 @@ rep_type = git rfp = yes #\ +#\ +pkg = libbuild2-hello +ver = 0.1.0-a.0.20191106105744.1ad196b43c42 +rep_url = "https://github.com/build2/libbuild2-hello.git#master" +rep_type = git +rfp = yes +#\ + # Note that we also need to make sure that the installed package libraries are # properly imported when configuring and running tests, and that the installed # executables are runnable. @@ -137,6 +145,6 @@ a = $0 chmod ugo+x $env; sleep $wait; $w --verbose 3 --startup --tftp-host $tftp --environments $~ \ - &build/*** &?build-installed/*** &?build-installed-bpkg/*** \ - &task.manifest 2>| + &?build-module/*** &build/*** &?build-installed/*** \ + &?build-installed-bpkg/*** &task.manifest 2>| } |