From f93038fbee1631b95922b0742e0fd00fa8dae02e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Jan 2017 15:25:26 +0200 Subject: Add notion of phase, enforce --- unit-tests/scheduler/buildfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'unit-tests/scheduler/buildfile') diff --git a/unit-tests/scheduler/buildfile b/unit-tests/scheduler/buildfile index 2e79c16..056930e 100644 --- a/unit-tests/scheduler/buildfile +++ b/unit-tests/scheduler/buildfile @@ -7,7 +7,12 @@ if ($cxx.target.class != "windows") cxx.libs += -lpthread import libs = libbutl%lib{butl} -src = scheduler diagnostics utility variable name b-options types-parsers +src = 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 \ +config/{utility init operation} + exe{driver}: cxx{driver} ../../build2/cxx{$src} $libs -- cgit v1.1