blob: bffbdb48a3b5c3d52802dfbbc63f33e11350b515 (
plain)
1
2
3
4
5
6
7
|
# file : tests/basic/buildfile
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : LGPLv2.1; see accompanying COPYING file
import libs = libmariadb%lib{mariadb}
exe{driver}: {h c}{*} $libs testscript
|