aboutsummaryrefslogtreecommitdiff
path: root/tests/test_recipe.c
Commit message (Collapse)AuthorAgeFilesLines
* test_recipe.c: free allocated resourcesJoseph Hunkeler2025-02-041-0/+1
|
* git_clone: rework the error handler to return the proper exit codefix-git-clone-returnJoseph Hunkeler2024-12-161-2/+0
| | | | * Use goto to drop out for different failure conditions
* Fix includesJoseph Hunkeler2024-10-141-0/+2
|
* Add test_recipe.c (#25)Joseph Hunkeler2024-08-131-0/+100
* Add test_recipe.c * Unit test for recipe functions * Add error cases * Add missing explicit members in testcase array definition