Sha256: ae02bbfdd8dc5a0c7768116bf7867613c5a977775237b23cf47ce4f3f2a46661

Contents?: true

Size: 651 Bytes

Versions: 13

Compression:

Stored size: 651 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);
    RUN_TEST_GROUP(LeakDetection);
    RUN_TEST_GROUP(InternalMalloc);
}

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

Version data entries

13 entries across 4 versions & 1 rubygems

Version Path
ceedling-0.21.0 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.21.0 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.21.0 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.21.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.3 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.3 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.3 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.3 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.2 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.2 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.2 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.20.2 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.19.0 vendor/unity/extras/fixture/test/main/AllTests.c