diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-05-14 14:18:50 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-27 08:35:29 +0200 |
commit | e1c923e1c5cc07d21669cc2452b780a321df1bec (patch) | |
tree | b8cba07249c7d74b388554afd51d429b24c2a1db /libbuild2/buildfile | |
parent | d85461c4280e292994412056216daf5f82fdd6e9 (diff) |
Add build script
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 9813808..5f7bc11 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -30,6 +30,8 @@ lib{build2}: libul{build2}: \ libul{build2}: script/{hxx ixx txx cxx}{** -*-options -**.test...} \ script/{hxx ixx cxx}{builtin-options} +libul{build2}: build/{hxx ixx txx cxx}{** -**.test...} + # Note that this won't work in libul{} since it's not installed. # lib{build2}: cxx{utility-installed}: for_install = true @@ -108,6 +110,7 @@ exe{*.test}: for t: cxx{ *.test...} \ script/cxx{**.test...} \ + build/cxx{**.test...} \ config/cxx{**.test...} \ dist/cxx{**.test...} \ install/cxx{**.test...} \ |