diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-04 23:15:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-12 11:55:44 +0300 |
commit | 4791ec7dbb5116a26df896d0b38cd3a66ac64c95 (patch) | |
tree | c33c70f5c15ec9988dfcd0e2988668c1969fe05d /tests/standard-version/buildfile | |
parent | 46c7d448f27e8fc213c50cd241914b2d94e2e308 (diff) |
Add standard-version utility
Diffstat (limited to 'tests/standard-version/buildfile')
-rw-r--r-- | tests/standard-version/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/standard-version/buildfile b/tests/standard-version/buildfile new file mode 100644 index 0000000..5fe61e5 --- /dev/null +++ b/tests/standard-version/buildfile @@ -0,0 +1,6 @@ +# file : tests/standard-version/buildfile +# license : MIT; see accompanying LICENSE file + +import mods = libbutl.bash%bash{standard-version} + +exe{driver}: in{driver} $mods testscript |