{"id":15598048,"url":"https://github.com/ibob/doctest-lib","last_synced_at":"2025-04-08T18:51:56.281Z","repository":{"id":145863433,"uuid":"308025879","full_name":"iboB/doctest-lib","owner":"iboB","description":"A CMake wrapper of https://github.com/doctest/doctest/ to make life easier","archived":false,"fork":false,"pushed_at":"2023-04-26T02:50:00.000Z","size":99,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T14:55:57.110Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iboB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-10-28T13:30:59.000Z","updated_at":"2022-04-02T08:29:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c5a5b31-c99c-4d85-a563-e93c122af344","html_url":"https://github.com/iboB/doctest-lib","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"3029bcf76f8e1eb529a94203572ad0c421692d65"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fdoctest-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fdoctest-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fdoctest-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fdoctest-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iboB","download_url":"https://codeload.github.com/iboB/doctest-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247909166,"owners_count":21016475,"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-10-03T01:26:50.546Z","updated_at":"2025-04-08T18:51:56.256Z","avatar_url":"https://github.com/iboB.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doctest-lib\n\nA wrapper of the awesome C++ unit-testing library **[doctest](https://github.com/doctest/doctest/)**.\n\nIt makes using the library as a submodule with CMake a bit easier.\n\nIt has a `CMakeLists.txt` which is supposed to be added by `add_subdirectory` and defines the following targets:\n\n* `doctest::headers` or `doctest-headers` - a header-only interface library, in case you want to add the implementation in your own files\n* `doctest::doctest` or `doctest` - a static library with no main function, in case you want to write your own\n* `doctest::main` or `doctest-main` - a static library which defines a main function and is the common way of using doctest\n\nTo use doctest with this helper: `#include \u003cdoctest/doctest.h\u003e`\n\nFor the header-only use include the implementation with `#include \u003cdoctest/impl.h\u003e`\n\nWith this you don't have to define your own file with a doctest implementation and it doesn't impose any compiler or linker settings whatsoever on the caller.\n\n## Copying\n\nThe files in `doctest/parts` are copied from [doctest/doctest](https://github.com/doctest/doctest/) and are under the [MIT Software License](http://opensource.org/licenses/MIT). Copyright \u0026copy;  2016-2021 Viktor Kirilov\n\nEverything else is simple boilerplate which I release in the public domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibob%2Fdoctest-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibob%2Fdoctest-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibob%2Fdoctest-lib/lists"}