diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-20 14:35:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-20 14:35:28 +0200 |
commit | 357172f4409c74d7a2ac963290fc70c7ae10e3b1 (patch) | |
tree | 3c857e1803d9840734fe2af59c328793fb7455e6 /tests/manifest-parser/buildfile | |
parent | 53d459271375a3fafb80f26d11ab13b00f468ef9 (diff) |
Switch to bash build2 module
Diffstat (limited to 'tests/manifest-parser/buildfile')
-rw-r--r-- | tests/manifest-parser/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile index 1dfe0d3..c572f3a 100644 --- a/tests/manifest-parser/buildfile +++ b/tests/manifest-parser/buildfile @@ -2,4 +2,6 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: testscript +import mods = libbutl.bash%bash{manifest-parser} + +exe{driver}: in{driver} $mods testscript |