From 171e98c9255b9cd8a2d7804badd1124b00ead651 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Jul 2017 17:40:51 +0300 Subject: Add hxx prerequisite type in test buildfiles --- unit-tests/test/script/parser/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit-tests/test/script/parser/buildfile') diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile index e0d74df..3f62835 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -13,7 +13,7 @@ functions-target-triplet config/{utility init operation module} dump \ types-parsers test/{target script/{token lexer parser regex script}} \ scheduler spec -exe{driver}: cxx{*} ../../../../build2/cxx{$src} ../../../../build2/liba{b} \ - $libs test{*} +exe{driver}: {hxx cxx}{*} ../../../../build2/cxx{$src} \ + ../../../../build2/liba{b} $libs test{*} include ../../../../build2/ -- cgit v1.1