{"id":18847670,"url":"https://github.com/everythingfunctional/make_vegetable_driver","last_synced_at":"2026-01-27T05:05:02.995Z","repository":{"id":146073823,"uuid":"476482519","full_name":"everythingfunctional/make_vegetable_driver","owner":"everythingfunctional","description":"Tool for creating the driver program for a vegetables test suite.","archived":false,"fork":false,"pushed_at":"2022-04-15T16:21:52.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-23T00:32:53.190Z","etag":null,"topics":["fortran","metaprogramming","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Fortran","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/everythingfunctional.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}},"created_at":"2022-03-31T21:21:55.000Z","updated_at":"2022-04-06T20:56:34.000Z","dependencies_parsed_at":"2023-05-11T16:45:14.500Z","dependency_job_id":null,"html_url":"https://github.com/everythingfunctional/make_vegetable_driver","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"a294cebf0790be75175ed45d9a285ac7cb8a5fff"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/everythingfunctional/make_vegetable_driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everythingfunctional%2Fmake_vegetable_driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everythingfunctional%2Fmake_vegetable_driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everythingfunctional%2Fmake_vegetable_driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everythingfunctional%2Fmake_vegetable_driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everythingfunctional","download_url":"https://codeload.github.com/everythingfunctional/make_vegetable_driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everythingfunctional%2Fmake_vegetable_driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: 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":["fortran","metaprogramming","testing-tools"],"created_at":"2024-11-08T03:09:12.190Z","updated_at":"2026-01-27T05:05:02.960Z","avatar_url":"https://github.com/everythingfunctional.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# make_vegetable_driver\n\n## This Project is Now Dormant!\n\nIt has been superseded by the new project [cart](https://gitlab.com/everythingfunctional/cart).\n\nTool for creating the driver program for a [vegetables] test suite.\n\n## Downloading and installing\n\nBuild and install with the Fortran Package Manager ([fpm]):\n\n```\ngit clone https://gitlab.com/everythingfunctional/make_vegetable_driver\ncd make_vegetable_driver\nfpm install\n```\n\n## Using\n\nMake a vegetable driver as follows:\n\n```\nmake_vegetable_driver [--setup_module \"setup_m\" --setup_procedure \"setup\" --teardown_module \"teardown_m\" --teardown_procedure \"teardown\"] driver_name test_file [more [test [files [...]]]]\n```\n\nIt is expected that each `test_file` contains a single module with a name ending with `_test`,\nand that the name of the file is the same as the module name, with `.f90` appended.\nThis module is expected to contain at least 1 public function with names starting with `test_`.\nThus the most common usage is a command like:\n\n```\nmake_vegetable_driver test/main.f90 test/*_test.f90\n```\n\nIf you have code that needs to be executed before and/or after the entire test suite,\nthen place it in subroutines that take no arguments,\nand provide the names of the procedures and modules they are in as the optional arguments.\n\n[vegetables]: https://gitlab.com/everythingfunctional/vegetables\n[fpm]: https://github.com/fortran-lang/fpm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverythingfunctional%2Fmake_vegetable_driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverythingfunctional%2Fmake_vegetable_driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverythingfunctional%2Fmake_vegetable_driver/lists"}