Sha256: dfc464dbe59ec75fcf8e6ef7cc3e4384a31fe28c8dfac5e486dd0bfd4e14ca1b

Contents?: true

Size: 651 Bytes

Versions: 8

Compression:

Stored size: 651 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 "ProductionCode2.h"

char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
{
  (void)Poor;
  (void)LittleFunction;
  //Since There Are No Tests Yet, This Function Could Be Empty For All We Know.
  // Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget
  return (char*)0;
}

Version data entries

8 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode2.c
ceedling-1.0.1 vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode2.c
ceedling-1.0.1 vendor/unity/examples/example_2/src/ProductionCode2.c
ceedling-1.0.1 vendor/unity/examples/example_3/src/ProductionCode2.c
ceedling-1.0.0 vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode2.c
ceedling-1.0.0 vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode2.c
ceedling-1.0.0 vendor/unity/examples/example_2/src/ProductionCode2.c
ceedling-1.0.0 vendor/unity/examples/example_3/src/ProductionCode2.c