update Makefile

This commit is contained in:
2023-10-09 11:47:01 +02:00
parent 35ef5d9a94
commit f6f3cd73c9
4 changed files with 7 additions and 250 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ TEST(expect){
int a = 5;
int b = 6;
EXPECT_EQ(a,b);
//SKIP();
// SKIP();
SKIP("%s\n","on skip eq string");
EXPECT_EQ_TYPE_STRING("hello","hello");
float f1 = 1.00019999, f2=1.00019999;