osuplusplus/test/example.cpp

9 lines
150 B
C++
Raw Normal View History

2024-04-28 17:43:53 +02:00
#include <test.hpp>
TEST_START()
TEST(tests work,
assert(1 == 1, "c++ broke")
assert(1 != 0, "c++ broke #2")
)
TEST_FINISH()