osuplusplus/test/example.cpp
jacekpoz 086e841110
make the test name a string
this is to avoid treesitter shitting itself
2024-04-28 18:52:13 +02:00

8 lines
152 B
C++

#include <test.hpp>
TEST_START()
TEST("tests work",
assert(1 == 1, "c++ broke")
assert(1 != 0, "c++ broke #2")
)
TEST_FINISH()