blob: 4cbb1255dbc89d04c020edf4966446203c4cdcd4 (
plain)
1
2
3
4
5
6
7
|
# file : tests/basic/buildfile
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
import libs = libmysqlclient%lib{mysqlclient}
exe{driver}: {h c}{*} $libs testscript
|