From ea22643b2217921df74ea14df47d7c83987d5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Dec 2016 17:29:27 +0200 Subject: Initial parallel scheduler implementation, use to run testscrips --- build/root.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build') 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 -- cgit v1.1