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