diff options
Diffstat (limited to 'tests/api/buildfile')
-rw-r--r-- | tests/api/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/api/buildfile b/tests/api/buildfile new file mode 100644 index 0000000..001001a --- /dev/null +++ b/tests/api/buildfile @@ -0,0 +1,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 test{testscript} |