diff options
Diffstat (limited to 'tests/path-entry')
-rw-r--r-- | tests/path-entry/buildfile | 2 |
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} |