summaryrefslogtreecommitdiff
path: root/test/.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/.build')
-rw-r--r--test/.build13
1 files changed, 5 insertions, 8 deletions
diff --git a/test/.build b/test/.build
index 60aadcb..d313d01 100644
--- a/test/.build
+++ b/test/.build
@@ -1,8 +1,5 @@
-deps = CDependency(["Mrm", "Xm", "Xt", "libpcre"])
-
-mod["link"] = mod.lib("test", mod.cc(
- "main.c",
- "hai.c",
- deps = deps))
-
-mod.deps += deps \ No newline at end of file
+this.link = this.c.lib("test",
+ this.c.cc(
+ "hai.c"
+ )
+)