mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
9 lines
145 B
C++
9 lines
145 B
C++
#include "catch.hpp"
|
|
#include "TS0710_FLOW.h"
|
|
TEST_CASE("test-TS0710_FLOW")
|
|
{
|
|
TS0710_FLOW *_class = new TS0710_FLOW();
|
|
|
|
delete _class;
|
|
}
|