mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-29 14:29:58 +00:00
14 lines
460 B
C
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) {}
|