aboutsummaryrefslogtreecommitdiff
path: root/tests/path-entry
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-13 17:03:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-13 17:03:53 +0300
commitd24acbe9679cd25d649a47fe49232eb724bb2d70 (patch)
treeb67a9d256d9814e5b99d1ebfcd38ca95c9c8c622 /tests/path-entry
parent8f98a0f7574d0f73d8d0e548416808911a172d49 (diff)
Add hxx prerequisite type in test buildfiles
Diffstat (limited to 'tests/path-entry')
-rw-r--r--tests/path-entry/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/path-entry/buildfile b/tests/path-entry/buildfile
index e7df6d7..58e315c 100644
--- a/tests/path-entry/buildfile
+++ b/tests/path-entry/buildfile
@@ -4,4 +4,4 @@
import libs = libbutl%lib{butl}
-exe{driver}: cxx{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs test{testscript}