diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-27 15:25:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-13 12:42:41 +0200 |
commit | f93038fbee1631b95922b0742e0fd00fa8dae02e (patch) | |
tree | 6fe67cbde528ee8ded490085b9a8d5adc0ce5aca /unit-tests/scheduler | |
parent | 267d34d2800d9cc3ed2865cbecf8d32f8f1ab6ec (diff) |
Add notion of phase, enforce
Diffstat (limited to 'unit-tests/scheduler')
-rw-r--r-- | unit-tests/scheduler/buildfile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |