osuplusplus/test/example.cpp

9 lines
152 B
C++
Raw Normal View History

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