ceedling 1.0.0
Ceedling is a build automation tool that helps you create and run C unit test suites. Ceedling provides two core functions: [1] It packages up several tools including the C unit test framework Unity, the mock generation tool CMock, and other features. [2] It simplifies tool configuration for embedded or native C toolchains and automates the running and reporting of tests. Ceedling projects are created with a YAML configuration file. A variety of conventions within the tool simplify generating mocks from C files and assembling suites of unit test functions.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (6):
            constructor
            ~> 2
          
          
            deep_merge
            ~> 1.2
          
          
            diy
            ~> 1.1
          
          
            rake
            >= 12, < 14
          
          
            thor
            ~> 1.3
          
          
            unicode-display_width
            ~> 3.1
          
    

