diff options
| author | ruki <[email protected]> | 2018-04-12 00:28:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-11 20:48:54 +0800 |
| commit | 6a5bfcf9fd370a6f69ddeb49dacde279e8c2d45e (patch) | |
| tree | 39e2efad2db0bcc309d48bba1bce34cce9b7433b /tests | |
| parent | b0196c2cc8d91c1db21442488ff44e64336bfa7c (diff) | |
build rule files
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/apis/rules/xmake.lua | 2 |
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 |
