aws / Jobs-for-AWS-IoT-embedded-sdk

Client library for using AWS IoT Jobs service on embedded devices
MIT License
12 stars 35 forks source link

Build unit tests using Unity instead of CMock #8

Closed yourslab closed 3 years ago

yourslab commented 3 years ago

There was a weird issue with my branch not being updated so I had to close #2. This follows changes from https://github.com/FreeRTOS/coreJSON/pull/40:

The unit tests in the Jobs library has no need for mocks. The CMake files for the unit tests used to reference the Unity submodule in the CMock submodule. Now, the unit test build only references files from the newly created Unity submodule while the CMock submodule is deleted.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.