#include "Misc/AutomationTest.h" #if WITH_DEV_AUTOMATION_TESTS // Proves the test pipeline itself: Scripts/run-tests.sh finds the Salty.Core filter, runs it headless, and reports. // Replaced by real rule tests from step 2 onwards; it may be deleted once another Salty.Core.* test exists. IMPLEMENT_SIMPLE_AUTOMATION_TEST(FSaltyCorePlaceholderTest, "Salty.Core.Placeholder.Compiles", EAutomationTestFlags::ProductFilter | EAutomationTestFlags_ApplicationContextMask) bool FSaltyCorePlaceholderTest::RunTest(const FString& Parameters) { TestTrue(TEXT("The core module compiles and its tests run"), true); return true; } #endif