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