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