diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-08-08 10:05:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-08-08 10:05:35 +0300 |
commit | b84b121dbced15af0c05568be6b466436ab4ebdb (patch) | |
tree | 08f501b39735ca151c28e9476b28d8c99bae096c | |
parent | 03190d3ed8c5c6047265a3c9f08c8e533bc1c06a (diff) |
Test
-rw-r--r-- | libbpkg/buildfile | 2 | ||||
-rw-r--r-- | tests/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbpkg/buildfile b/libbpkg/buildfile index b560931..1937e47 100644 --- a/libbpkg/buildfile +++ b/libbpkg/buildfile @@ -2,7 +2,7 @@ # license : MIT; see accompanying LICENSE file -# test +# test 3 import int_libs = libbutl%lib{butl} diff --git a/tests/buildfile b/tests/buildfile index eec5adf..96d6b32 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,7 +1,7 @@ # file : tests/buildfile # license : MIT; see accompanying LICENSE file -# TEST 2 +# TEST 3 |