mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
8 lines
149 B
C++
8 lines
149 B
C++
#include "catch.hpp"
|
|
#include "TS0710_CLOSE.h"
|
|
TEST_CASE("test-TS0710_CLOSE") {
|
|
TS0710_CLOSE *_class = new TS0710_CLOSE();
|
|
|
|
delete _class;
|
|
}
|