{"id":16927446,"url":"https://github.com/dubzzz/gtest-light","last_synced_at":"2025-10-13T15:04:51.644Z","repository":{"id":66112717,"uuid":"79392619","full_name":"dubzzz/gtest-light","owner":"dubzzz","description":"Light version of GTest framework compatible with Online compilers like ideone, godbolt, codingame","archived":false,"fork":false,"pushed_at":"2017-02-13T17:49:06.000Z","size":34,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T15:03:40.480Z","etag":null,"topics":["codingame","compiler","gtest","ideone","online"],"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/dubzzz.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":"2017-01-18T22:47:25.000Z","updated_at":"2023-01-20T04:52:40.000Z","dependencies_parsed_at":"2023-03-10T23:37:13.397Z","dependency_job_id":null,"html_url":"https://github.com/dubzzz/gtest-light","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dubzzz/gtest-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fgtest-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fgtest-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fgtest-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fgtest-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubzzz","download_url":"https://codeload.github.com/dubzzz/gtest-light/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubzzz%2Fgtest-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015892,"owners_count":26085777,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["codingame","compiler","gtest","ideone","online"],"created_at":"2024-10-13T20:34:15.309Z","updated_at":"2025-10-13T15:04:51.606Z","avatar_url":"https://github.com/dubzzz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GTest -light [![Build Status](https://travis-ci.org/dubzzz/gtest-light.svg?branch=master)](https://travis-ci.org/dubzzz/gtest-light)\n\n_Unit-test your devs on Online compilers_\n\nLight version of GTest framework compatible with Online compilers like ideone, godbolt, codingame\n\n## Disclaimer\n\nPlease note the following before using this project:\n- not supposed to replace GoogleTest\n- only a very limited subset implemented\n- code is not supposed to be really readable: short file in order to use easily in online compilers\n\n## Requirements \n\nCompiler with C++11 enabled.\n\n## How to use it?\n\nSimply copy-and-paste the content of gtest_light.hpp into your source file.\nResulting file might look like:\n\n```cpp\n/* Your code goes here */\n\n/* Content of gtest_light.hpp */\n\n/* Your GTest unit-tests */\n\nint main(int argc, char** argv)\n{\n  ::testing::InitGoogleTest(\u0026argc, argv);\n  int ret { RUN_ALL_TESTS() };\n  return ret;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubzzz%2Fgtest-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubzzz%2Fgtest-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubzzz%2Fgtest-light/lists"}