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

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

Remove demo platform unit tests #1832

Closed archigup closed 2 years ago

archigup commented 2 years 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 2 years ago

Good riddance