diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-13 00:56:44 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-13 02:27:49 +0300 |
commit | 00824fd4db22e931193a0c86e38b22025b79306f (patch) | |
tree | 7cc463c181919368edb7581d87a92f37e85704dc /tests/api/buildfile | |
parent | 429162ba11e58758e5e4ac4f03239891fc3e189c (diff) |
Add libpkgconf API basic test
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} |