1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

- Add ability to detect TEST_FILE(“filename.c”) specifications in test files

This commit is contained in:
Mark VanderVoord
2017-03-13 17:23:26 -04:00
parent 41ee499e63
commit c67a4ffcf3
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
#include "unity.h"
#include "Defs.h"
TEST_FILE("some_file.c")
/* Notes about prefixes:
test - normal default prefix. these are "always run" tests for this procedure
spec - normal default prefix. required to run default setup/teardown calls.