aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.bld7
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
32action "unit"
33{
34 build: targets("unit tests");
35}
36
32target files("src/*.h").replace("src/", "bu/") 37target 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