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
|
#endif
|
||||||
|
|
||||||
// Run the self-tests registered previously via cSelfTests::Register():
|
// Run the self-tests registered previously via cSelfTests::Register():
|
||||||
#if SELF_TEST
|
#ifdef SELF_TEST
|
||||||
cSelfTests::ExecuteAll();
|
cSelfTests::ExecuteAll();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user