Fixed build error on Linux
This commit is contained in:
parent
001305247f
commit
070801d561
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user