mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
Changelog: https://github.com/premake/premake-core/releases/tag/v5.0.0-alpha16 PR: 258558 Reported by: Martin Filla <freebsd@sysctl.cz> (maintainer)
14 lines
337 B
Lua
14 lines
337 B
Lua
--- tests/_tests.lua.orig 2021-09-17 13:09:43 UTC
|
|
+++ tests/_tests.lua
|
|
@@ -59,8 +59,8 @@ return {
|
|
"base/test_validation.lua",
|
|
|
|
-- -- Toolset tests
|
|
- "tools/test_dotnet.lua",
|
|
- "tools/test_gcc.lua",
|
|
+-- "tools/test_dotnet.lua",
|
|
+-- "tools/test_gcc.lua",
|
|
"tools/test_clang.lua",
|
|
- "tools/test_msc.lua",
|
|
+-- "tools/test_msc.lua",
|
|
}
|