mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed multiple-test issue
This commit is contained in:
parent
e3fb124fbe
commit
156d8413ed
1 changed files with 1 additions and 1 deletions
|
@ -8921,7 +8921,7 @@ namespace IDE
|
|||
if ((project.mGeneralOptions.mTargetType == .BeefConsoleApplication) ||
|
||||
(project.mGeneralOptions.mTargetType == .BeefGUIApplication) ||
|
||||
(project.mGeneralOptions.mTargetType == .BeefDynLib) ||
|
||||
((options.mBuildOptions.mBuildKind == .Test) && (project == mWorkspace.mStartupProject)))
|
||||
(options.mBuildOptions.mBuildKind == .Test))
|
||||
{
|
||||
let platformType = Workspace.PlatformType.GetFromName(platformName);
|
||||
String rtName = scope String();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue