Skip to content

Commit 3e2a16a

Browse files
committed
- Merged PR#340 on behalf of @webbju: Fix circular HoudiniEngineRuntimePrivatePCH include.
- Fixed issue #338 on behalf of @gsyberg: Build fails with WITH_DEV_AUTOMATION_TESTS = 0 on release 2.0 - H20.5.487
1 parent 9af5414 commit 3e2a16a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Source/HoudiniEngineEditor/Private/Tests/HoudiniEditorUnitTestUtils.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class FHoudiniMultiTestContext
448448
TArray<TSharedPtr<FHoudiniTestContext>> Contexts;
449449
};
450450

451-
451+
#if WITH_DEV_AUTOMATION_TESTS
452452
class FHoudiniLatentTestCommand : public FFunctionLatentCommand
453453
{
454454
public:
@@ -471,8 +471,4 @@ class FHoudiniLatentTestCommand : public FFunctionLatentCommand
471471

472472
bool CheckForCookingComplete(FHoudiniTestContext* Context);
473473
};
474-
475-
476-
#if WITH_DEV_AUTOMATION_TESTS
477-
478474
#endif

Source/HoudiniEngineRuntime/Private/HoudiniEngineRuntimePrivatePCH.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "CoreMinimal.h"
3030
#include "Logging/LogMacros.h"
3131
#include "Runtime/Launch/Resources/Version.h"
32-
#include "HoudiniEngineRuntimePrivatePCH.h"
32+
3333
// Define module names.
3434
#define HOUDINI_MODULE "HoudiniEngine"
3535
#define HOUDINI_MODULE_EDITOR "HoudiniEngineEditor"

0 commit comments

Comments
 (0)