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