{"id":22725332,"url":"https://github.com/codylico/reedkiln","last_synced_at":"2025-03-29T23:42:15.342Z","repository":{"id":38146427,"uuid":"490958974","full_name":"codylico/reedkiln","owner":"codylico","description":"Unit testing library","archived":false,"fork":false,"pushed_at":"2024-09-11T00:49:05.000Z","size":120,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T01:30:06.984Z","etag":null,"topics":["c","cxx11","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codylico.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-11T04:41:52.000Z","updated_at":"2024-09-11T00:59:07.000Z","dependencies_parsed_at":"2024-02-14T23:23:49.453Z","dependency_job_id":"e812dcc1-434a-43e5-9cea-24ba940f1d9c","html_url":"https://github.com/codylico/reedkiln","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codylico%2Freedkiln","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codylico%2Freedkiln/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codylico%2Freedkiln/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codylico%2Freedkiln/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codylico","download_url":"https://codeload.github.com/codylico/reedkiln/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258862,"owners_count":20748573,"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":["c","cxx11","unit-testing"],"created_at":"2024-12-10T16:09:20.357Z","updated_at":"2025-03-29T23:42:15.315Z","avatar_url":"https://github.com/codylico.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reedkiln\nThe `reedkiln` library aims to provide unit testing with minimal macros.\nOutput follows the [Test Anything Protocol](https://testanything.org/)\nfor easier integration with other existing tools.\n\nAs a library that avoids macros, it therefore lacks any test creation\ndomain-specific language (DSL). Depending on the use case, this may\nbe a welcome feature or an undesirable gap.\n\n## Goals\n- Minimal C macro usage\n- Test Anything Protocol support\n- Optional logging support\n- Cross-platform\n- Small code footprint\n\n## Build\n\nThis project uses CMake for building. Developers can obtain CMake from\nthe following URL:\n[https://cmake.org/download/](https://cmake.org/download/)\n\nTo use CMake with this project, first create a directory to hold the build\nresults. Then run CMake in the directory with a path to the source code.\nOn UNIX, the commands would look like the following:\n```\nmkdir build\ncd build\ncmake ../reedkiln\n```\n\nRunning CMake should create a build project, which then can be processed\nusing other tools. Usually, the tool would be Makefile or a IDE project.\nFor Makefiles, use the following command to build the project:\n```\nmake\n```\nFor IDE projects, the IDE must be installed and ready to use. Open the\nproject within the IDE.\n\nSince this project's source only holds two required files (`reedkiln.h`\nand `reedkiln.c`) and one optional header file (`log.h`), developers\ncould also use these files independently from CMake.\n\n## License\nThis project uses the Unlicense, which makes the source effectively\npublic domain. Go to [http://unlicense.org/](http://unlicense.org/)\nto learn more about the Unlicense.\n\nContributions to this project should likewise be provided under a\npublic domain dedication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodylico%2Freedkiln","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodylico%2Freedkiln","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodylico%2Freedkiln/lists"}