Sha256: da621dd186d3278421ee5d2060c2c6b1383c6eada2cb0b27865218d7502cbb84

Contents?: true

Size: 602 Bytes

Versions: 4

Compression:

Stored size: 602 Bytes

Contents

/* Copyright (c) 2010 James Grenning and Contributed to Unity Project
 * ==========================================
 *  Unity Project - A Test Framework for C
 *  Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
 *  [Released under MIT License. Please refer to license.txt for details]
 * ========================================== */

#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-0.29.1 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.29.1 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.29.0 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.29.0 vendor/unity/extras/fixture/test/main/AllTests.c