====== General ====== ===== Unity, CMock and Ceedling ===== [[http://www.throwtheswitch.org/|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\ export PATH=$PATH:/home//.gem/ruby/2.7.0/bin # adjust the path accordingly