blob: f9ca12d6987b6981a7d3d74462577926d0d5ee9b (
plain)
1
2
3
4
5
6
7
|
# file : tests/basic/buildfile
# copyright : Copyright (c) 2009-2019 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
|