diff options
Diffstat (limited to 'lib/fatfs/host_test/main/main.cpp')
| -rw-r--r-- | lib/fatfs/host_test/main/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/fatfs/host_test/main/main.cpp b/lib/fatfs/host_test/main/main.cpp new file mode 100644 index 00000000..cd66dc30 --- /dev/null +++ b/lib/fatfs/host_test/main/main.cpp @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" |
