1 2 3 4 5 6 7 8
#include "catch.hpp" #include "TS0710_PORTNEG.h" TEST_CASE("test-TS0710_PORTNEG") { TS0710_PORTNEG *_class = new TS0710_PORTNEG(); delete _class; }