aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/runner
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-13 17:40:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-13 17:40:51 +0300
commit171e98c9255b9cd8a2d7804badd1124b00ead651 (patch)
tree866ba4003f395d7ba2e68ca4c8a1bc3db4e23f67 /tests/test/script/runner
parentae0205a089b02a38acf5beae9fa75664040fc27a (diff)
Add hxx prerequisite type in test buildfiles
Diffstat (limited to 'tests/test/script/runner')
-rw-r--r--tests/test/script/runner/buildfile2
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