diff options
| author | ruki <[email protected]> | 2025-01-20 23:53:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-20 23:53:11 +0800 |
| commit | 22346776a83fda03c2b1e5054d049ff352dac0fd (patch) | |
| tree | d09f7b362169fb65b0765a62d995392cda10c3f0 /tests/test_utils/test_build.lua | |
| parent | e055bc97774bd868e5dcdec80d1de4b4570d4120 (diff) | |
do some tests
Diffstat (limited to 'tests/test_utils/test_build.lua')
| -rw-r--r-- | tests/test_utils/test_build.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index 002c46e1a..8a2b75ce9 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -4,7 +4,8 @@ function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") os.rm("build") - os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") + --os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") + os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") -- FIXME os.exec("xmake -r") end |
