forked from Alepha/Alepha
Make unit tests use the testing lib main function.
This commit is contained in:
@ -351,9 +351,3 @@ namespace
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
main( const argcnt_t argcnt, const argvec_t argvec )
|
||||
{
|
||||
return runAllTests( argcnt, argvec );
|
||||
}
|
||||
|
Reference in New Issue
Block a user