~aleteoryx/muditaos

ref: afa71c7e53b5277ba7e16a5a3963a75d6cda768b muditaos/module-cellular/Modem/TS0710/tests/test-TS0710_SLEEP.cpp -rw-r--r-- 285 bytes
afa71c7e — Jakub Pyszczak [EGD-6051] Receiving notifications on bt 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include "catch.hpp"
#include "TS0710_SLEEP.h"
TEST_CASE("test-TS0710_SLEEP")
{
    TS0710_SLEEP *_class = new TS0710_SLEEP();

    delete _class;
}