blob: 93b2ffd121e6b8e1d0c0dca8d4e31ff20164380f (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/mventry/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
libs += $stdmod_lib
exe{driver}: {hxx cxx}{*} $libs testscript
|