diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:40:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:40:51 +0300 |
commit | 171e98c9255b9cd8a2d7804badd1124b00ead651 (patch) | |
tree | 866ba4003f395d7ba2e68ca4c8a1bc3db4e23f67 /tests/test/script | |
parent | ae0205a089b02a38acf5beae9fa75664040fc27a (diff) |
Add hxx prerequisite type in test buildfiles
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/runner/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index b54852e..1049a1f 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -7,4 +7,4 @@ test{*}: target = exe{driver} import libs = libbutl%lib{butl} -exe{driver}: cxx{*} $libs +exe{driver}: {hxx cxx}{*} $libs |