funbiscuit / embedded-cli

Single-header CLI with history and autocompletion for embedded systems (like Arduino or STM32)
MIT License
229 stars 39 forks source link

Test both versions of library #27

Closed funbiscuit closed 1 year ago

funbiscuit commented 1 year ago

Currently only normal distribution (.h+.c files) is tested in CI. Single header build is not tested. In tests we should test single header version (if it was build) or nomal version (if single header not configured). Single header version will be configurable via BUILD_SINGLE_HEADER in #26 In CI both versions must be tested.