summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-12 00:28:09 +0800
committerruki <[email protected]>2018-04-11 20:48:54 +0800
commit6a5bfcf9fd370a6f69ddeb49dacde279e8c2d45e (patch)
tree39e2efad2db0bcc309d48bba1bce34cce9b7433b /tests
parentb0196c2cc8d91c1db21442488ff44e64336bfa7c (diff)
build rule files
Diffstat (limited to 'tests')
-rw-r--r--tests/apis/rules/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/rules/xmake.lua b/tests/apis/rules/xmake.lua
index b67c1ca2b..cf516686e 100644
--- a/tests/apis/rules/xmake.lua
+++ b/tests/apis/rules/xmake.lua
@@ -13,7 +13,7 @@ rule("man")
for _, sourcefile in ipairs(sourcefiles) do
print("generating man: %s", sourcefile)
end
- rule.build("markdown", target, sourcefiles)
+ rule.build_files("markdown", target, sourcefiles)
end)
-- define rule: c code