diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-08-07 20:25:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-08-07 20:25:26 +0300 |
commit | 6ddb5b3ece0b27cd26b81bcbd91d6efa004af3d7 (patch) | |
tree | a9f12083a181c34c56758dcbf1d978710565482b | |
parent | 0bd2f5a8b8c3d1ec419016b80b57fe5139bf4c56 (diff) |
Test
-rw-r--r-- | libbpkg/buildfile | 3 | ||||
-rw-r--r-- | tests/buildfile | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libbpkg/buildfile b/libbpkg/buildfile index dcdd8bd..b560931 100644 --- a/libbpkg/buildfile +++ b/libbpkg/buildfile @@ -1,6 +1,9 @@ # file : libbpkg/buildfile # license : MIT; see accompanying LICENSE file + +# test + import int_libs = libbutl%lib{butl} lib{bpkg}: {hxx ixx txx cxx}{** -version} {hxx}{version} $int_libs diff --git a/tests/buildfile b/tests/buildfile index 556ed55..6122990 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,4 +1,8 @@ # file : tests/buildfile # license : MIT; see accompanying LICENSE file +# TEST + + + ./: {*/ -build/} |