{"id":19861932,"url":"https://github.com/wookay/ccat","last_synced_at":"2026-06-07T18:32:55.316Z","repository":{"id":66506397,"uuid":"2135449","full_name":"wookay/ccat","owner":"wookay","description":"Unit testing for C","archived":false,"fork":false,"pushed_at":"2011-08-04T12:01:27.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T06:48:43.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wookay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-01T06:50:50.000Z","updated_at":"2016-12-19T12:51:38.000Z","dependencies_parsed_at":"2023-02-20T05:25:24.547Z","dependency_job_id":null,"html_url":"https://github.com/wookay/ccat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2Fccat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2Fccat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2Fccat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2Fccat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wookay","download_url":"https://codeload.github.com/wookay/ccat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241272259,"owners_count":19937090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T15:10:17.310Z","updated_at":"2026-06-07T18:32:55.257Z","avatar_url":"https://github.com/wookay.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"ccat\n====\n\nunit testing for C.\n\n\n```c\n#include \"ccat.h\"\n\nvoid test_numbers() {\n  assert_true(1 == 1);\n  assert_true(3.14 == 3.14);\n}\n\nvoid test_strings() {\n  assert_true(string_equal(\"abc\", \"abc\"));\n  assert_true(string_equal(\"abcdef\", \"abcdef\"));\n  assert_true(string_equal(\"abcdef\", \"abcdefg\"));\n}\n\nint main() {\n\n  unittest_setup();\n\n  unittest_run(test_numbers);\n  unittest_run(test_strings);\n\n  unittest_report();\n\n}\n```\n\n\n    $ gcc test_ccat.c ../ccat/UnitTest.c -I../ccat -o test_ccat.out\n    $ ./test_ccat.out\n    Started\n    ....\n    Assertion failed in test_ccat.c:14\n      string_equal(\"abcdef\", \"abcdefg\")\n\n    Finished in 0.00011 seconds.\n    2 tests, 4 assertions, 1 failures, 0 errors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwookay%2Fccat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwookay%2Fccat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwookay%2Fccat/lists"}