defaultcpp/tests/sampletest.cpp

11 lines
107 B
C++

#include "test.h"
TEST(ABC) {
CMPASSERT(1, true);
} TESTEND
TEST(CDE) {
CMPASSERT(0, true);
} TESTEND