Sha256: e64976d5356e9d88a23770cd4b625a864b086cec341f98e7c4da3981812d20d4

Contents?: true

Size: 655 Bytes

Versions: 8

Compression:

Stored size: 655 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_1/src/ProductionCode2.c
ceedling-1.0.1 vendor/cmock/vendor/unity/examples/example_4/src/ProductionCode2.c
ceedling-1.0.1 vendor/unity/examples/example_1/src/ProductionCode2.c
ceedling-1.0.1 vendor/unity/examples/example_4/src/ProductionCode2.c
ceedling-1.0.0 vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode2.c
ceedling-1.0.0 vendor/cmock/vendor/unity/examples/example_4/src/ProductionCode2.c
ceedling-1.0.0 vendor/unity/examples/example_1/src/ProductionCode2.c
ceedling-1.0.0 vendor/unity/examples/example_4/src/ProductionCode2.c