mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 10:14:28 +01:00
the test runner generator now has the ability to also output a header file for the tests, which can get pulled into the test itself if desired.
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
//=======Automagically Detected Files To Include=====
|
||||
#include "unity.h"
|
||||
#include "cmock.h"
|
||||
#include "one.h"
|
||||
#include "two.h"
|
||||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
#include "CException.h"
|
||||
#include "one.h"
|
||||
#include "two.h"
|
||||
#include "funky.h"
|
||||
#include <setjmp.h>
|
||||
#include "Mockstanky.h"
|
||||
|
||||
Reference in New Issue
Block a user