{"id":26972532,"url":"https://github.com/mannikim/test.sh","last_synced_at":"2026-04-30T03:36:04.841Z","repository":{"id":285807572,"uuid":"957631175","full_name":"mannikim/test.sh","owner":"mannikim","description":"shell script for testing programs","archived":false,"fork":false,"pushed_at":"2025-05-02T17:18:58.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T02:06:09.889Z","etag":null,"topics":["c","c99","gplv3","minimal","shell","shell-script","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mannikim.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,"zenodo":null}},"created_at":"2025-03-30T20:31:16.000Z","updated_at":"2025-05-04T16:20:48.000Z","dependencies_parsed_at":"2025-06-25T02:06:10.772Z","dependency_job_id":"c290dad2-a11d-4cdc-8d9e-16457014ff39","html_url":"https://github.com/mannikim/test.sh","commit_stats":null,"previous_names":["mannikim/test.sh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mannikim/test.sh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannikim%2Ftest.sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannikim%2Ftest.sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannikim%2Ftest.sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannikim%2Ftest.sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mannikim","download_url":"https://codeload.github.com/mannikim/test.sh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mannikim%2Ftest.sh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32454144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["c","c99","gplv3","minimal","shell","shell-script","testing-tools"],"created_at":"2025-04-03T09:17:33.567Z","updated_at":"2026-04-30T03:35:59.830Z","avatar_url":"https://github.com/mannikim.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test.sh\n\n`test.sh` is a shell script for running full-program tests on a specified \nprogram\n\n## features\n\n- tests programs\n- using shell\n\n## usage\n\n### running tests\n\n```sh\n$ test.sh \u003cprogram-path\u003e \u003ctest-directory\u003e [-s|-v]\n```\n\n### writing tests\n\nfirst, create a directory for your tests\n\n```sh\n$ mkdir tests\n```\n\ninside this directory, create a shell script\n\nthis shell script is the test for the program. the script should return 0 when \nthe test is passed\n\nuse `$1` for the current program being tested\n\n## examples\n\nthis repository contains a simple example program, `pow`, which you can compile\nusing the provided makefile. you can run tests on it by running `make test` or\nrunning `./test.sh pow tests/pow`\n\n## license and copyright\n\nlicensed under the GNU GPLv3.0 or any later version, at your option. see \nLICENSE file for license and copyright information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannikim%2Ftest.sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmannikim%2Ftest.sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmannikim%2Ftest.sh/lists"}