diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-05-14 14:18:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-05-17 17:48:37 +0300 |
commit | 96908ec43ed27d9f34da27b6a94a6db357465056 (patch) | |
tree | 7d61f1ccb6c4cef366b652f4446eee7e38eb6736 /libbuild2/buildfile | |
parent | e5827facbfbfe90eae1b71c355a08bf61e2f6e1a (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...} \ |