start creating tests for MainSpaceParser

This commit is contained in:
2021-05-17 03:19:47 +02:00
parent ac691bccb7
commit da6a36a205
3 changed files with 207 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
*/
#include "convert.h"
#include "mainargsparser.h"
#include <iostream>
@@ -50,7 +51,7 @@ const char * test_msg = nullptr;
int main()
{
pt::pt_convert_tests::make_tests();
pt::pt_mainargsparser_tests::make_tests();
if( pt::was_error )
{