User Tools

Site Tools


unit_testing

This is an old revision of the document!


General

Unity, CMock and Ceedling

ThrowTheSwitch – Where all the tools are available

To install ceedling using MSYS2 in windows, this method includes Unity, CMock and CException

# Update MSYS2
pacman -Syuu
# Might need to restart MSYS2 and repeat update command a couple of times
 
pacman -S ruby
 
gem install ceedling
 
# Then you need to add the ruby gem bin dir to your path, by adding the following row to your .bashrc located in c:\msys64\home\<username>
export PATH=$PATH:/home/<username>/.gem/ruby/2.7.0/bin
# adjust the path accordingly
unit_testing.1603889560.txt.gz · Last modified: 2022/09/12 00:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki