aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.bld b/default.bld
index dbb3772..c471744 100644
--- a/default.bld
+++ b/default.bld
@@ -34,6 +34,11 @@ action "all"
34 targets("tools"), targets("tests")]; 34 targets("tools"), targets("tests")];
35} 35}
36 36
37action "tests"
38{
39 build: targets("tests");
40}
41
37action "unit" 42action "unit"
38{ 43{
39 build: targets("unit tests"); 44 build: targets("unit tests");