osuplusplus/test/example.cpp

9 lines
154 B
C++
Raw Permalink Normal View History

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