Files
MuditaOS/module-bsp/tests/unittest.cpp
Robert Borzecki d3235d54d7 Removed submodule
2019-05-21 23:35:00 +02:00

28 lines
311 B
C++
Executable File

/*
* @file unittests_vfs.cpp
* @author Mateusz Piesta (mateusz.piesta@mudita.com)
* @date 17.05.19
* @brief
* @copyright Copyright (C) 2019 mudita.com
* @details
*/
#include "catch.hpp"
#include <stdint.h>
#include <algorithm>
TEST_CASE( "Test case 1" ) {
SECTION("Generic")
{
}
}