blob: c572f3ab0363429a86f0f4441279042f7c7e8233 (
plain)
1
2
3
4
5
6
7
|
# file : tests/manifest-parser/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import mods = libbutl.bash%bash{manifest-parser}
exe{driver}: in{driver} $mods testscript
|