mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Mintest changes
This commit is contained in:
parent
94b385495a
commit
79ccb33586
10 changed files with 253 additions and 221 deletions
|
@ -6,6 +6,7 @@ StartupProject = "Tests"
|
|||
|
||||
[Configs.Debug.Win64]
|
||||
BfOptimizationLevel = "O0"
|
||||
IntermediateType = "ObjectAndIRCode"
|
||||
|
||||
[Configs.Test.Win64]
|
||||
IntermediateType = "ObjectAndIRCode"
|
||||
|
@ -14,9 +15,11 @@ ConfigSelections = {TestsB = {Config = "Test"}}
|
|||
|
||||
[Configs.Test.Linux64]
|
||||
IntermediateType = "ObjectAndIRCode"
|
||||
COptimizationLevel = "O2"
|
||||
ConfigSelections = {TestsB = {Config = "Test"}}
|
||||
|
||||
[Configs.Test.macOS]
|
||||
COptimizationLevel = "O2"
|
||||
ConfigSelections = {TestsB = {Config = "Test"}}
|
||||
|
||||
[Configs.TestFail.Win64]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue