mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 17:31:36 +01:00
Fixed script unit tests. Fixed generate_test_runner configuration loading
- Modified rakefile to look in correct directory for script unit tests - Updated paths in script unit tests - Updated 'expectdata' files to match latest version of generated code - Fixed bug which prevented generate_test_runner from loading config from yaml file.
This commit is contained in:
@@ -44,8 +44,7 @@ void resetTest()
|
||||
//=======MAIN=====
|
||||
int main(void)
|
||||
{
|
||||
UnityBegin();
|
||||
Unity.TestFile = "test/testdata/testsample.c";
|
||||
UnityBegin("testdata/testsample.c");
|
||||
RUN_TEST(test_TheFirstThingToTest, 21);
|
||||
RUN_TEST(test_TheSecondThingToTest, 43);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user