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

Merge pull request #690 from ThrowTheSwitch/feature/updated-build-directives

Add/update build directives
This commit is contained in:
Mark VanderVoord
2023-08-16 10:15:59 -04:00
committed by GitHub
3 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
#include "unity.h"
#include "Defs.h"
TEST_FILE("some_file.c")
TEST_SOURCE_FILE("some_file.c")
/* Notes about prefixes:
test - normal default prefix. these are "always run" tests for this procedure