diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-18 13:19:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 15:40:19 +0300 |
commit | 58f0d15c5da74f7908e57ef60ceb5c3d0a7319e3 (patch) | |
tree | ccf9a01aec53f2c1396c6ec85fc6a3186af22260 /tests/command/buildfile | |
parent | ede5f2102b2047a75476d3f5db81dac572196aa6 (diff) |
Add command running API
Diffstat (limited to 'tests/command/buildfile')
-rw-r--r-- | tests/command/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/command/buildfile b/tests/command/buildfile new file mode 100644 index 0000000..cb0f272 --- /dev/null +++ b/tests/command/buildfile @@ -0,0 +1,8 @@ +# file : tests/command/buildfile +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} +libs += $stdmod_lib + +exe{driver}: {hxx cxx}{*} $libs testscript |