diff options
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/default.bld b/default.bld index 124a9ec..188d6de 100644 --- a/default.bld +++ b/default.bld | |||
@@ -29,6 +29,11 @@ action "all" | |||
29 | targets("tests")]; | 29 | targets("tests")]; |
30 | } | 30 | } |
31 | 31 | ||
32 | action "unit" | ||
33 | { | ||
34 | build: targets("unit tests"); | ||
35 | } | ||
36 | |||
32 | target files("src/*.h").replace("src/", "bu/") | 37 | target files("src/*.h").replace("src/", "bu/") |
33 | { | 38 | { |
34 | tag "header-links"; | 39 | tag "header-links"; |
@@ -157,7 +162,7 @@ rule "unit" | |||
157 | 162 | ||
158 | profile "build" | 163 | profile "build" |
159 | { | 164 | { |
160 | execute("./mkunit.sh \"${INPUT}\" \"${OUTPUT}\""); | 165 | execute("./mkunit \"${INPUT}\" \"${OUTPUT}\""); |
161 | } | 166 | } |
162 | } | 167 | } |
163 | 168 | ||