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