1
0
forked from Alepha/Alepha

Make unit tests use the testing lib main function.

This commit is contained in:
2023-10-24 00:58:38 -04:00
parent 2ebb60e888
commit cafc66e09f
14 changed files with 8 additions and 88 deletions

View File

@ -10,16 +10,7 @@ namespace
{
using Alepha::Hydrogen::exports::types::argcnt_t;
using Alepha::Hydrogen::exports::types::argvec_t;
}
int
main( const argcnt_t argcnt, const argvec_t argvec )
{
return Alepha::Testing::runAllTests( argcnt, argvec );
}
namespace
{
using namespace Alepha::Testing::exports;
using namespace Alepha::Hydrogen::exports::comparisons;
using namespace Alepha::Hydrogen::exports::capabilities;