forked from Alepha/Alepha
Print test nae before running, too.
This commit is contained in:
@ -195,6 +195,7 @@ namespace Alepha::Hydrogen::Testing
|
||||
|
||||
if( explicitlyNamed( name ) or not disabled and selected( name ) )
|
||||
{
|
||||
std::cout << C::green << "BEGIN " << C::normal << ": " << name << std::endl;
|
||||
test();
|
||||
std::cout << C::green << "SUCCESS" << C::normal << ": " << name << std::endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user