I am trying to use Ceedling to create unit tests for my C-project. I wrote in terminal: -ceedling new My_Project_Name Ceedling creates a folder with name "My_Project_Name". But there is no Rakefile in this folder. What's wrong?
There is no rakefile when creating new project in New version of Ceedling. Just use ceedling module:create[new_test]
and ceedling test:all
instead.
Just refer to this link: https://www.liuguogy.com/archives/Unity-C-build-system-Ceedling.html