Sha256: 1facf8046919dc87230cbb4f8bd8b9df8d92ba1ca802df50ef2c5311d2f8c4f4
Contents?: true
Size: 614 Bytes
Versions: 2
Compression:
Stored size: 614 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) } 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.19.0 | vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c |
ceedling-0.18.0 | vendor/unity/extras/fixture/test/main/AllTests.c |