Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

Add environment 'native' to be used for unit test on host system #28

Closed dhebbeker closed 1 year ago

dhebbeker commented 1 year ago

In order to run unit tests on the host system, an environment with 'native' platform is required. For mocking the Arduino framework, ArduinoFake library shall be used. That library uses an STL feature which is depreciated in newer versions of the C++ Language Standard. Thus a warning is deactivated for that environment.

This pull request is a preparation for future uses of unit tests (already in progress).