diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-09 17:29:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-09 17:29:27 +0200 |
commit | ea22643b2217921df74ea14df47d7c83987d5761 (patch) | |
tree | 91480771997be1b7f92f46ee404c266e0f4dcd76 /build | |
parent | 1a9d610051cd48c98fb71a570a0871b4e073cec9 (diff) |
Initial parallel scheduler implementation, use to run testscrips
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build index 621eaf0..1d79e22 100644 --- a/build/root.build +++ b/build/root.build @@ -27,6 +27,7 @@ if! $cli.configured cli{*}: extension = cli } -# All exe{} in tests/ are, well, tests. +# All exe{} in tests/ and unit-tests/ are, well, tests. # -tests/exe{*}: test = true +tests/exe{*}: test = true +unit-tests/exe{*}: test = true |