summaryrefslogtreecommitdiff
path: root/test/.build
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-01-23 20:14:07 +0100
committerAlejandro W. Sior <aho@sior.be>2023-01-23 20:14:07 +0100
commit165cba8cf353647bfefaa81e035aedbd30c6c7f2 (patch)
tree24d748061bd731736d3c97ddcd383211f67fc80d /test/.build
parent05ff2da0c6881c90faa235436585ef443b17faa6 (diff)
add license
Diffstat (limited to 'test/.build')
-rw-r--r--test/.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/.build b/test/.build
index 474ca48..b7c10e0 100644
--- a/test/.build
+++ b/test/.build
@@ -1 +1,5 @@
-this.source = ['hai.c']
+objects = this.c.cc(
+ 'hai.c'
+)
+
+this.object = this.c.lib('test', objects)