add options wich allow to execute only some tests selected with nametest or numtest

This commit is contained in:
2023-08-29 15:40:22 +02:00
parent ef59339df8
commit 2c1e4f0487
7 changed files with 253 additions and 35 deletions
+4
View File
@@ -26,6 +26,8 @@ TEST(size_permutation)
EXPECT_EQ(p->size, 3);
PRINTF("test size_permutation2\n");
}
#if 1
TEST(size_permutation2){
PRINTF("another size_permutation2 again false\n");
bool val_bool = false;
@@ -141,6 +143,8 @@ TEST(sleep){sleep(2);}
TEST(sleep){sleep(2);}
TEST(sleep){sleep(2);}
#endif
int main(int argc, char **argv){
//run_all_tests();