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?
Ceedling doesn't create Rakefile
1.3k Views Asked by Genrih Kenigsberger At
2
There is no rakefile when creating new project in New version of Ceedling. Just use
ceedling module:create[new_test]
andceedling test:all
instead.Just refer to this link: https://www.liuguogy.com/archives/Unity-C-build-system-Ceedling.html