{"id":15049418,"url":"https://github.com/fuwn/tatl","last_synced_at":"2026-01-02T02:22:28.953Z","repository":{"id":105839929,"uuid":"503597541","full_name":"Fuwn/tatl","owner":"Fuwn","description":"🗣 Tiny Test Framework for C89","archived":false,"fork":false,"pushed_at":"2022-06-20T03:07:52.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T16:00:23.153Z","etag":null,"topics":["c","c89","test"],"latest_commit_sha":null,"homepage":"https://github.com/Fuwn/tael","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fuwn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-15T03:11:11.000Z","updated_at":"2024-09-14T12:37:40.000Z","dependencies_parsed_at":"2023-03-29T20:35:55.126Z","dependency_job_id":null,"html_url":"https://github.com/Fuwn/tatl","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuwn%2Ftatl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuwn%2Ftatl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuwn%2Ftatl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuwn%2Ftatl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fuwn","download_url":"https://codeload.github.com/Fuwn/tatl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505960,"owners_count":20301619,"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","c89","test"],"created_at":"2024-09-24T21:20:18.582Z","updated_at":"2026-01-02T02:22:28.913Z","avatar_url":"https://github.com/Fuwn.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTatl\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cb\u003eTiny Test Framework for C89\u003c/b\u003e\u003c/p\u003e\n\n## Usage\n\nFor simply C++ integration, checkout [Tael](https://github.com/Fuwn/tael)!\n\n### Complex\n\nTatl can be used via it's included testing context and utilities.\n\nAn example of this method of using Tatl can be seen in\n[`examples/addition.c`](examples/addition.c).\n\n### Macro\n\nTatl can be used via an included set of utility macros.\n\n```c\n#include \u003ctatl/macros.h\u003e\n\nTATL_TEST(addition_works) { return TATL_IS(2 + 2, 4); }\n\nint main(void) {\n  TATL_NEW();\n  TATL_ADD(\"add works\", addition_works);\n  TATL_FINISH();\n\n  return 0;\n}\n```\n\nThe output with the previous example:\n\n```shell\nrunning 4 tests\ndummy ... ok (0ms)\nadd works ... ok (0ms)\ndummy long ... ok (0ms)\nshould fail ... FAILED (0ms)\n\ntest result: FAILED. 3 passed (4 steps); 1 failed (0ms)\n\n```\n\n## Examples\n\nMore examples can be found in the [`examples/`](examples) directory.\n\n## License\n\nThis project is licensed with the [GNU General Public License v3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuwn%2Ftatl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuwn%2Ftatl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuwn%2Ftatl/lists"}