Sha256: 3737c6c174dfd92718d3fc33df8ca686864bb3d067f49e807c2c9351238d4cbf
Contents?: true
Size: 542 Bytes
Versions: 4
Compression:
Stored size: 542 Bytes
Contents
/* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #include "unity_fixture.h" static void RunAllTests(void) { RUN_TEST_GROUP(ProductionCode); RUN_TEST_GROUP(ProductionCode2); } int main(int argc, const char * argv[]) { return UnityMain(argc, argv, RunAllTests); }
Version data entries
4 entries across 2 versions & 1 rubygems