From dd591dae0f04035f4c4697cdd0d2c58461cddf06 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 4 Nov 2019 23:33:28 +0300 Subject: Add support for testing build system modules to worker --- tests/integration/testscript | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tests') 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>| } -- cgit v1.1