1 /* fmap_from_fmd.c, simple launcher for fmap library unit test suite */
2 /* SPDX-License-Identifier: GPL-2.0-only */
4 #include "flashmap/fmap.h"
10 int result
= fmap_test();
16 puts("RESULT: All unit tests PASSED.");
18 puts("RESULT: One or more tests FAILED!");