Sha256: 1ec0a0e004f8a70d03dc76e28f38f09519bbaf7306d48d17d5bf0573d34c87c0

Contents?: true

Size: 653 Bytes

Versions: 26

Compression:

Stored size: 653 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

26 entries across 9 versions & 2 rubygems

Version Path
simdjson-0.3.0 vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/main/AllTests.c
ceedling-0.30.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.30.0 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.3 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.3 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.2 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.1 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.1 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.1 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.28.1 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.27.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.27.0 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.27.0 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.27.0 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.25.0 vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.25.0 vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.25.0 vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.25.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.24.0 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c
ceedling-0.24.0 vendor/unity/extras/fixture/test/main/AllTests.c