From 26248cbb1220da0154db8c81791360bad77fa07a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 4 Nov 2020 17:53:13 +0300 Subject: Fix buildfile to consider tests/*/ subdirectories only when distributing --- buildfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildfile b/buildfile index 6896329..c229dc8 100644 --- a/buildfile +++ b/buildfile @@ -17,7 +17,10 @@ build2_repo="https://stage.build2.org/1" # See also subprojects in bootstrap.build. # d = libpkgconf/ libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ \ -libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ tests/*/ +libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ + +if ($build.meta_operation == 'dist') + d += tests/*/ i = \ INSTALL \ -- cgit v1.1