Files
Unity/test/testdata/testRunnerGeneratorEmpty.c
2026-07-21 11:26:20 -04:00

14 lines
460 B
C

/* =========================================================================
Unity - A Test Framework for C
ThrowTheSwitch.org
Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
SPDX-License-Identifier: MIT
========================================================================= */
/* This Test File Is Used To Verify The Warning When No Tests Are Found */
#include "unity.h"
void setUp(void) {}
void tearDown(void) {}