Sha256: 3737c6c174dfd92718d3fc33df8ca686864bb3d067f49e807c2c9351238d4cbf

Contents?: true

Size: 542 Bytes

Versions: 4

Compression:

Stored size: 542 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(ProductionCode);
  RUN_TEST_GROUP(ProductionCode2);
}

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/examples/example_2/test/test_runners/all_tests.c
ceedling-1.0.1 vendor/unity/examples/example_2/test/test_runners/all_tests.c
ceedling-1.0.0 vendor/cmock/vendor/unity/examples/example_2/test/test_runners/all_tests.c
ceedling-1.0.0 vendor/unity/examples/example_2/test/test_runners/all_tests.c