Sha256: b267e2d0bfaff1f04bc9fa2c8b27a28b60fee534b35c5b8bce0189cf95370358

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 Bytes

Contents

/* =========================================================================
    Unity - A Test Framework for C
    ThrowTheSwitch.org
    Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
    SPDX-License-Identifier: MIT
========================================================================= */

#pragma once

typedef enum {
    ENUM_A,
    ENUM_2,
    ENUM_C,
    ENUM_4,
} test_enum_t;

static const float test_arr[] = {
    1.2f,
    2.3f,
    3.4f,
};

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/vendor/unity/test/tests/types_for_test.h
ceedling-1.0.1 vendor/unity/test/tests/types_for_test.h
ceedling-1.0.0 vendor/cmock/vendor/unity/test/tests/types_for_test.h
ceedling-1.0.0 vendor/unity/test/tests/types_for_test.h