aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-21 15:13:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-21 15:13:26 +0200
commit71dec1fe08fd40b599028fbbafb39e0661aeafff (patch)
treeea4b1627b7dd078511c18185d8f16eedfb892bd3 /unit-tests/test
parent3e1c01bb5f46ddd08e73b599c482fdfc5abf77ab (diff)
Add process_path.{recall,effect} build2 functions
Diffstat (limited to 'unit-tests/test')
-rw-r--r--unit-tests/test/script/parser/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile
index af3f2d3..5025e60 100644
--- a/unit-tests/test/script/parser/buildfile
+++ b/unit-tests/test/script/parser/buildfile
@@ -7,8 +7,9 @@
import libs = libbutl%lib{butl}
src = token lexer parser diagnostics utility variable name context target \
scope prerequisite file module operation rule b-options algorithm search \
-filesystem function functions-path config/{utility init operation} dump \
-types-parsers test/{target script/{token lexer parser script}}
+filesystem function functions-path functions-process-path \
+config/{utility init operation} dump types-parsers test/{target \
+script/{token lexer parser script}}
exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs \
test{cleanup command-if command-re-parse description exit expansion \