ThrowTheSwitch / Ceedling

Ruby-based unit testing and build system for C projects

Home Page:http://throwtheswitch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ceedling cannot handle tests with dash in test file name

swaldhoer opened this issue · comments

Ceedling cannot handle test with dash in test name (that is derived from the file name):

This for example works fine

:defines:
  :common: &common_defines
    - UNITY_UNIT_TEST
  :my_other_test_with_underscores:
    - BLA
  :test:
    - *common_defines

while this does not work as ceedling cannot parse the configuration file:

:defines:
  :common: &common_defines
    - UNITY_UNIT_TEST
  :my-other-test-with-dashes:
    - BLA
  :test:
    - *common_defines

Hi @swaldhoer. I'm working with @mvandervoord. This issue should be fixed with commit d3c0bff