diff options
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 5 |
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 | ||
37 | action "tests" | ||
38 | { | ||
39 | build: targets("tests"); | ||
40 | } | ||
41 | |||
37 | action "unit" | 42 | action "unit" |
38 | { | 43 | { |
39 | build: targets("unit tests"); | 44 | build: targets("unit tests"); |