blob: 25c4fe2f8756c8105ff29e71db7ed152f26ede3b (
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 testscript
|