mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-23 00:19:31 -04:00
28 lines
311 B
C++
Executable File
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")
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|