1
0

Fixed build error on Linux

This commit is contained in:
Alexander Harkness 2015-06-12 11:57:34 +01:00
parent 001305247f
commit 070801d561

View File

@ -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