summaryrefslogtreecommitdiff
path: root/src/tests/effect_test_helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/effect_test_helpers.cc')
-rw-r--r--src/tests/effect_test_helpers.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/effect_test_helpers.cc b/src/tests/effect_test_helpers.cc
index 8183362..9250366 100644
--- a/src/tests/effect_test_helpers.cc
+++ b/src/tests/effect_test_helpers.cc
@@ -2,8 +2,6 @@
// It implements reusable test helpers for GPU effect testing.
// Provides pixel validation and lifecycle testing utilities.
-#if !defined(STRIP_ALL) // Test code only - zero size impact on final binary
-
#include "effect_test_helpers.h"
#include "gpu/effect.h"
#include <cassert>
@@ -110,5 +108,3 @@ bool test_effect_render_smoke(Effect* effect) {
return true; // Smoke test passed (no crash)
}
-
-#endif /* !defined(STRIP_ALL) */