diff options
-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/} |