add options wich allow to execute only some tests selected with nametest or numtest
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user