Fix launch of unit tests

This commit is contained in:
Magne Sjaastad 2023-04-25 18:27:10 +02:00
parent 6205418dde
commit 3bca1507b2

View File

@ -30,11 +30,7 @@ CAF_CMD_SOURCE_INIT( RicLaunchUnitTestsFeature, "RicLaunchUnitTestsFeature" );
//--------------------------------------------------------------------------------------------------
bool RicLaunchUnitTestsFeature::isCommandEnabled()
{
#ifdef USE_UNIT_TESTS
return true;
#else
return false;
#endif
}
//--------------------------------------------------------------------------------------------------