diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-01-23 20:14:07 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-01-23 20:14:07 +0100 |
| commit | 165cba8cf353647bfefaa81e035aedbd30c6c7f2 (patch) | |
| tree | 24d748061bd731736d3c97ddcd383211f67fc80d /test/.build | |
| parent | 05ff2da0c6881c90faa235436585ef443b17faa6 (diff) | |
add license
Diffstat (limited to 'test/.build')
| -rw-r--r-- | test/.build | 6 |
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) |
