From f65377448e74fc7e575e4df258fb0a48a09e39cc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Jun 2017 20:06:01 +0300 Subject: Add support for $path_search() and $path_match() --- unit-tests/cc/parser/buildfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'unit-tests/cc/parser/buildfile') diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile index 5d20367..bb1ad53 100644 --- a/unit-tests/cc/parser/buildfile +++ b/unit-tests/cc/parser/buildfile @@ -5,10 +5,11 @@ #@@ Temporary until we get utility library support. # import libs = libbutl%lib{butl} -src = cc/{lexer parser} token lexer diagnostics utility variable name b-options types-parsers \ -context scope parser target operation rule prerequisite file module function \ -functions-builtin functions-path functions-process-path functions-string \ -functions-target-triplet algorithm search dump filesystem scheduler \ +src = cc/{lexer parser} token lexer diagnostics utility variable name \ +b-options types-parsers context scope parser target operation rule \ +prerequisite file module function functions-builtin functions-filesystem \ +functions-path functions-process-path functions-string \ +functions-target-triplet algorithm search dump filesystem scheduler \ config/{utility init operation module} spec exe{driver}: cxx{driver} ../../../build2/cxx{$src} ../../../build2/liba{b} \ -- cgit v1.1