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