aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-04 23:33:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-06 16:47:05 +0300
commitdd591dae0f04035f4c4697cdd0d2c58461cddf06 (patch)
tree4750c4b648cb75ee20baf5cd3f1e359bf434a699 /tests
parent0076593f8dfaf5ed15cfd42c963bde4e038d42bd (diff)
Add support for testing build system modules to worker
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript12
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>|
}