1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 02:58:02 +02:00

Test support in wasm

This commit is contained in:
Brian Fiete 2024-10-25 07:41:53 -04:00
parent c73968a515
commit c0ebcc8fda
4 changed files with 132 additions and 9 deletions

View file

@ -1432,7 +1432,7 @@ namespace IDE
String outputDir = scope String();
String absOutputDir = scope String();
if (testProjectInfo != null)
if ((testProjectInfo != null) && (mPlatformType != .Wasm))
{
absOutputDir.Append(projectBuildDir);
outputDir = absOutputDir;