improve test

pull/2595/head
ruki 1 year ago
parent a62cbbfaf7
commit 2b43d9a623
  1. 5
      scripts/test.lua

@ -17,7 +17,7 @@ local options =
, {'f', "configs", "kv", nil, "Set the configs." }
, {'d', "debugdir", "kv", nil, "Set the debug source directory." }
, {nil, "fetch", "k", nil, "Fetch package only." }
, {nil, "precompiled","k", nil, "Attemp to install the precompiled package." }
, {nil, "precompiled", "k", nil, "Attemp to install the precompiled package." }
, {nil, "linkjobs", "kv", nil, "Set the link jobs." }
, {nil, "cflags", "kv", nil, "Set the cflags." }
, {nil, "cxxflags", "kv", nil, "Set the cxxflags." }
@ -29,6 +29,9 @@ local options =
, {nil, "vs_sdkver", "kv", nil, "Set the Windows SDK version." }
, {nil, "vs_toolset", "kv", nil, "Set the Windows Toolset version." }
, {nil, "vs_runtime", "kv", nil, "Set the VS Runtime library." }
, {nil, "xcode_sdkver", "kv", nil, "The SDK Version for Xcode" }
, {nil, "target_minver", "kv", nil, "The Target Minimal Version" }
, {nil, "appledev", "kv", nil, "The Apple Device Type" }
, {nil, "mingw", "kv", nil, "Set the MingW directory." }
, {nil, "toolchain", "kv", nil, "Set the toolchain name." }
, {nil, "packages", "vs", nil, "The package list." }

Loading…
Cancel
Save