mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2026-08-02 15:04:34 -04:00
3a6eb6dfd7
Remove erb dependency.
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) {}
|