{"id":20536677,"url":"https://github.com/islandcontroller/cutest-template","last_synced_at":"2026-05-26T20:32:38.787Z","repository":{"id":184740073,"uuid":"631382264","full_name":"islandcontroller/cutest-template","owner":"islandcontroller","description":"Eclipse Embedded CDT Project Template for \"cutest\" test projects","archived":false,"fork":false,"pushed_at":"2023-07-31T20:30:39.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T03:35:48.876Z","etag":null,"topics":["cutest","eclipse-cdt","embedded-c","unit-testing"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/islandc/cutest","language":"C","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/islandcontroller.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":"2023-04-22T21:08:00.000Z","updated_at":"2023-04-29T18:11:37.000Z","dependencies_parsed_at":"2025-01-16T13:59:22.427Z","dependency_job_id":"bf053420-889b-42cc-8aa9-c845c9fd71cb","html_url":"https://github.com/islandcontroller/cutest-template","commit_stats":null,"previous_names":["islandcontroller/cutest-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/islandcontroller/cutest-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fcutest-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fcutest-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fcutest-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fcutest-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/islandcontroller","download_url":"https://codeload.github.com/islandcontroller/cutest-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fcutest-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33538659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cutest","eclipse-cdt","embedded-c","unit-testing"],"created_at":"2024-11-16T00:37:29.407Z","updated_at":"2026-05-26T20:32:38.769Z","avatar_url":"https://github.com/islandcontroller.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cutest-template\r\n\r\nEclipse Embedded CDT project template for the *cutest* C Unit-Testing Framework.\r\n\r\n## Usage\r\n\r\n* Grab a copy of this project (\u0026rarr; [latest](../../archive/refs/heads/master.zip))\r\n* Extract the archive into your target project (see [Example project](https://github.com/islandcontroller/cutest-example) for recommended setup!)\r\n* Open Eclipse\r\n    * \u0026rarr; Import... \u0026rarr; Existing Projects into Workspace\r\n    * Select the `TEST_MyUnit` template project\r\n* After import, you can rename the `TEST_...`-Project\r\n\r\n### Automated Testing\r\n\r\nA [Makefile](Makefile) is provided for building and running the test executable CI/CD workflow, such as using *Jenkins* or *GitHub Actions*. Make the `all` build target inside a [islandc/cutest](https://hub.docker.com/r/islandc/cutest) build container:\r\n\r\n    - name: Run Unit-Test\r\n      uses: docker://islandc/cutest\r\n      with:\r\n        args: /bin/sh -c \"make all\"\r\n\r\nThe project name can be overridden using an environment variable:\r\n\r\n    PROJ_NAME=name make all\r\n\r\nIf you are referencing other projects outside the CuTest root, make sure to workspace-mount the most top-level common folder, and `-C` to the CuTest root within the `cutest` container (see [cutest-example](https://github.com/islandcontroller/cutest-example/blob/master/.github/workflows/cutest-unit-tests.yml) action)\r\n\r\n    - name: Run Unit-Test\r\n      uses: docker://islandc/cutest\r\n      with:\r\n        args: /bin/sh -c \"make all -C \u003cproject-location\u003e\"\r\n\r\n### GitHub Actions\r\n\r\nA template job description is provided in [`cutest-action.yml`](cutest-action.yml).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fcutest-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislandcontroller%2Fcutest-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fcutest-template/lists"}