~aleteoryx/muditaos

ref: 0823d82e5141f44812c54debf07245d0ca746124 muditaos/module-cellular/Modem/TS0710/tests/test-TS0710_PORTNEG.cpp -rw-r--r-- 157 bytes
0823d82e — Radoslaw Wicik [EGD-3743] Update copyrights in fies - add empty line after license 5 years ago
                                                                                
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;
}