1
0
forked from Alepha/Alepha

Tests weren't running. They didn't get registered.

This commit is contained in:
2023-11-05 00:18:35 -04:00
parent 5818049a0f
commit c74737d01d

View File

@ -933,6 +933,7 @@ namespace Alepha::Hydrogen::Testing ::detail:: table_test
std::vector< TestDescription > tests;
UniversalCases( std::initializer_list< TestDescription > initList )
: tests( initList )
{
for( const auto &desc: initList )
{