summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c')
-rw-r--r--FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c b/FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
new file mode 100644
index 000000000..6fcc3b120
--- /dev/null
+++ b/FreeRTOS-Plus/Test/CMock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c
@@ -0,0 +1,9 @@
+#include "unity.h"
+#include "unity_fixture.h"
+
+TEST_GROUP_RUNNER(ProductionCode2)
+{
+ RUN_TEST_CASE(ProductionCode2, IgnoredTest);
+ RUN_TEST_CASE(ProductionCode2, AnotherIgnoredTest);
+ RUN_TEST_CASE(ProductionCode2, ThisFunctionHasNotBeenTested_NeedsToBeImplemented);
+} \ No newline at end of file