diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/other/bin2c/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/other/bin2c/xmake.lua b/tests/projects/other/bin2c/xmake.lua index b5517a54e..b4c71e705 100644 --- a/tests/projects/other/bin2c/xmake.lua +++ b/tests/projects/other/bin2c/xmake.lua @@ -2,9 +2,9 @@ add_rules("mode.debug", "mode.release") target("test") set_kind("binary") - add_rules("utils.bin2c", {linewidth = 16}) + add_rules("utils.bin2c", {linewidth = 16, extensions = {".bin", ".png"}}) add_files("src/*.c") add_files("src/*.bin") - add_files("src/*.png", {rules = "utils.bin2c"}) + add_files("src/*.png") |
