1
0
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:
Mark McCrum
2014-10-29 16:08:30 +00:00
parent 4a145c10b3
commit 616dd8bd43
19 changed files with 28 additions and 44 deletions

View File

@@ -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);