blob: 8abc7956ee21a7ec9198472e6c7875dd6f01573b (
plain)
1
2
3
4
5
6
7
|
# file : tests/basic/buildfile
# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
# license : ISC; see accompanying COPYING file
import libs = libpkgconf%lib{pkgconf}
exe{driver}: {h c}{*} $libs test{testscript}
|