blob: 4a5e7d562cecc51c8aecc9e0390a5a13783e421e (
plain)
1
2
3
4
5
6
7
|
# file : tests/api/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
|