fix: Valgrind doesn't work with static linking.

This commit is contained in:
2025-06-26 01:10:32 +02:00
parent dbd7f58025
commit 97ab23ecdf
4 changed files with 3 additions and 43 deletions

View File

@@ -73,7 +73,7 @@ TEST(Other_With_Malloc)
}
fprintf(stdout, ".\n");
ASSERT_TRUE(true);
ASSERT_TRUE(false);
}
SUIT_ST(Other, Basic_Setup, EMPTY)