{"id":17036136,"url":"https://github.com/kormanowsky/ctest","last_synced_at":"2025-03-22T22:42:16.435Z","repository":{"id":86846279,"uuid":"340979138","full_name":"kormanowsky/ctest","owner":"kormanowsky","description":"A tester script for C programs of 2nd semester","archived":false,"fork":false,"pushed_at":"2021-02-21T19:40:55.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T02:23:37.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/kormanowsky.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":"2021-02-21T18:57:06.000Z","updated_at":"2021-02-21T19:40:57.000Z","dependencies_parsed_at":"2023-03-13T19:50:14.166Z","dependency_job_id":null,"html_url":"https://github.com/kormanowsky/ctest","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/kormanowsky%2Fctest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kormanowsky%2Fctest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kormanowsky%2Fctest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kormanowsky%2Fctest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kormanowsky","download_url":"https://codeload.github.com/kormanowsky/ctest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245031345,"owners_count":20549913,"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-14T08:49:27.791Z","updated_at":"2025-03-22T22:42:16.405Z","avatar_url":"https://github.com/kormanowsky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTest \nA Python script which builds and tests your C programs.\n\n## Installation \n\n1. Download ctest.py and rename it to somewhere in your `PATH`, \ne. g. `/usr/local/bin/ctest`\n2. Run ctest: `ctest \u003cyour_c_file_name\u003e`\n\n## Configuration \nAdd `ctestconfig.json` to your directory. You are able to configure the script\nby settings configuration options provided in `default_config` variable.\n\n## Output example \n\n```bash\nCTest tester script\n\nBuilding /Users/mikhail/PycharmProjects/ctest/main.c using gcc-7 ...\nBuilt /Users/mikhail/PycharmProjects/ctest/main.c to /Users/mikhail/PycharmProjects/ctest/main.exe\n\nTesting /Users/mikhail/PycharmProjects/ctest/main.exe ...\n\nPositive tests:\n01: passed\n\nNegative tests:\n02: passed\n\nTested /Users/mikhail/PycharmProjects/ctest/main.exe\n\nRunning coverage for /Users/mikhail/PycharmProjects/ctest/main.c ...\n-.gcno:cannot open notes file\nb.gcno:cannot open notes file\nFile '/Users/mikhail/PycharmProjects/ctest/main.c'\nLines executed:100.00% of 6\nCreating 'main.c.gcov'\n\nLines executed:100.00% of 6\nRan coverage for /Users/mikhail/PycharmProjects/ctest/main.c\nDone!\n``` ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkormanowsky%2Fctest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkormanowsky%2Fctest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkormanowsky%2Fctest/lists"}