aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/opendeco_test.c
blob: 4946de3569cc6d0822e148d00b4bf52126c27488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: MIT-0 */

#include "minunit/minunit.h"

MU_TEST_SUITE(testsuite_deco);

int main(int argc, const char *argv[])
{
    MU_RUN_SUITE(testsuite_deco);
    MU_REPORT();

    return MU_EXIT_CODE;
}