From 24696ee9bb22dc3c64a5b9aaa3ed112625966364 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Jul 2017 17:15:31 +0300 Subject: Add hxx prerequisite type in test buildfiles --- tests/manifest/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manifest/buildfile') diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index c61fab4..b7314ed 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -5,4 +5,4 @@ import libs = libbutl%lib{butl} import libs += libbpkg%lib{bpkg} -exe{driver}: cxx{*} $libs test{testscript} +exe{driver}: {hxx cxx}{*} $libs test{testscript} -- cgit v1.1