From b1888e516c9c9d750726318227bf69856ec91b8b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 31 Aug 2018 21:41:53 +0300 Subject: Add ci-load --- tests/ci/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/ci/buildfile') diff --git a/tests/ci/buildfile b/tests/ci/buildfile index b1c3146..1e085e0 100644 --- a/tests/ci/buildfile +++ b/tests/ci/buildfile @@ -11,6 +11,8 @@ include $dir commons = data -./: test{* -{$commons}} common{$commons} $dir/exe{brep-ci-dir} +./: test{* -{$commons}} common{$commons} \ + $dir/exe{brep-ci-dir} $dir/exe{brep-ci-load} -test{ci-dir}@./: test = $out_base/$dir/brep-ci-dir +test{ci-dir}@./: test = $out_base/$dir/brep-ci-dir +test{ci-load}@./: test = $out_base/$dir/brep-ci-load -- cgit v1.1