Sha256: e29261ded5e3806595f9682ebc780428a50ac2ab7e63ac9567482167e518f11e
Contents?: true
Size: 675 Bytes
Versions: 2
Compression:
Stored size: 675 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-0.29.1 | vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c |
ceedling-0.29.0 | vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c |