aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
975 stars 623 forks source link

Remove demo platform unit tests #1832

Closed archigup closed 1 year ago

archigup commented 1 year ago

Each of the libraries included in CSDK has its own unit tests. The tests in this repo are for the demos' platform integration; these are not nessesary for demo code, and require large effort to update when updating and adding demos.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

paulbartell commented 1 year ago

Good riddance