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