Sha256: 189a7c9556003cba4c9e99de8a021fa4cfd4f02e45e788cea44fd728199060f4

Contents?: true

Size: 550 Bytes

Versions: 4

Compression:

Stored size: 550 Bytes

Contents

/* =========================================================================
    Unity - A Test Framework for C
    ThrowTheSwitch.org
    Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
    SPDX-License-Identifier: MIT
========================================================================= */

#include "unity_fixture.h"

static void runAllTests(void)
{
    RUN_TEST_GROUP(UnityFixture);
    RUN_TEST_GROUP(UnityCommandOptions);
}

int main(int argc, const char* argv[])
{
    return UnityMain(argc, argv, runAllTests);
}

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-1.0.1 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-1.0.0 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-1.0.0 vendor/unity/extras/fixture/test/main/AllTests.c