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