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