1
0
forked from Alepha/Alepha

Print test nae before running, too.

This commit is contained in:
2023-10-13 00:21:59 -04:00
parent 664e02681b
commit f954057126

View File

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