TelegramTUI/tests/sampletest.cpp

13 lines
140 B
C++

#include "test.h"
#include <stdexcept>
#include <Log.h>
// tests are executed top to bottom
TEST(ABC) {
CMPASSERT(1, true);
} TESTEND