summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index 8ad71edf3..a84a3db57 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -120,7 +120,7 @@ void cRoot::Start(std::unique_ptr<cSettingsRepositoryInterface> overridesRepo)
#endif
// Run the self-tests registered previously via cSelfTests::Register():
- #if SELF_TEST
+ #ifdef SELF_TEST
cSelfTests::ExecuteAll();
#endif