1 /*
2  * Copyright (c) 2019 Peter Bigot Consulting, LLC
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <string.h>
8 #include <zephyr/ztest.h>
9 #include "testfs_tests.h"
10 #include "testfs_lfs.h"
11 
12 ZTEST_SUITE(littlefs, NULL, NULL, NULL, NULL, NULL);
13