fix: More C++ support.

This commit is contained in:
2025-06-29 02:52:53 +02:00
parent 1401e1d70b
commit 1aba159f8f
4 changed files with 22 additions and 6 deletions

12
testtest.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include "set.h"
#include "set_asserts.h"
NO_SETUP;
NO_TEAR_DOWN;
TEST(Basic) { ASSERT_EQ(1, 1); }
SUIT(Basic) { ADD_TEST(Basic); }
BUNDLE() { ADD_SUIT(Basic); }