diff options
Diffstat (limited to 'tests/integration/testscript')
-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>| } |