diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:40:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:40:51 +0300 |
commit | 171e98c9255b9cd8a2d7804badd1124b00ead651 (patch) | |
tree | 866ba4003f395d7ba2e68ca4c8a1bc3db4e23f67 /unit-tests/cc/lexer | |
parent | ae0205a089b02a38acf5beae9fa75664040fc27a (diff) |
Add hxx prerequisite type in test buildfiles
Diffstat (limited to 'unit-tests/cc/lexer')
-rw-r--r-- | unit-tests/cc/lexer/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile index b2d8e85..17a91d0 100644 --- a/unit-tests/cc/lexer/buildfile +++ b/unit-tests/cc/lexer/buildfile @@ -12,7 +12,7 @@ functions-process-path functions-regex functions-string \ functions-target-triplet algorithm search dump filesystem scheduler \ config/{utility init operation module} spec -exe{driver}: cxx{*} ../../../build2/cxx{$src} ../../../build2/liba{b} \ +exe{driver}: {hxx cxx}{*} ../../../build2/cxx{$src} ../../../build2/liba{b} \ $libs test{*} include ../../../build2/ |