{"id":21309557,"url":"https://github.com/outofcontrol/c-test-azure","last_synced_at":"2025-08-01T03:33:27.496Z","repository":{"id":233031355,"uuid":"785845199","full_name":"outofcontrol/C-TEST-Azure","owner":"outofcontrol","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-12T21:17:56.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T06:15:55.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/outofcontrol.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}},"created_at":"2024-04-12T18:42:03.000Z","updated_at":"2024-04-12T18:47:02.000Z","dependencies_parsed_at":"2024-04-13T02:43:45.241Z","dependency_job_id":null,"html_url":"https://github.com/outofcontrol/C-TEST-Azure","commit_stats":null,"previous_names":["outofcontrol/c-test-azure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcontrol%2FC-TEST-Azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcontrol%2FC-TEST-Azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcontrol%2FC-TEST-Azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcontrol%2FC-TEST-Azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outofcontrol","download_url":"https://codeload.github.com/outofcontrol/C-TEST-Azure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243787031,"owners_count":20347751,"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-11-21T17:09:28.301Z","updated_at":"2025-03-15T20:24:26.667Z","avatar_url":"https://github.com/outofcontrol.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hello World C-project\n=====================\n\nThis is just a **\"helloworld\"** example project.\n\nThe only purpose of this project is to use as a scaffolding\nC language project.\n\nThe project uses *CMakes* to build the executable, and *CHEAT* for\nunit testing, that is downloaded from a remote repository the first\ntime the project tests are built.\nIt also has a [workflow](.github/workflows/cmake.yml) configured to\nbuild and run the tests on GitHub Actions automatically on each\npush of code.\n\n\nBuild and execute\n-----------------\n\n1. From the source directory, generate the \"Makefile\":\n\n       $ cmake .\n\n2. *Make* the project and generate the executable \"helloworld\".\n\n       $ make\n\n3. Then execute with:\n\n       $ out/helloworld\n\n4. To install the executable `helloworld`\n   into `/usr/local/bin`:\n\n       $ sudo make install\n\n   To install into another folder, execute the step 1\n   overwriting the `CMAKE_INSTALL_PREFIX` variable, eg.\n   to install into `/usr/bin` folder:\n\n       $ cmake -DCMAKE_INSTALL_PREFIX=/usr .\n\nTo clean the compiled binaries and compiled modules:\n\n    $ make clean\n\nTo clean all compiled files and generated \"Makefiles\":\n\n    $ make clean-all\n\n\nTests\n-----\n\nTests are built with [CHEAT](https://github.com/Tuplanolla/cheat),\na unit testing framework for C/C++.\n\nAll of them can be executed with CMake CTest:\n\n    $ make test\n\nOr just:\n\n    $ ctest\n\nTo run the tests and see all the output in the console (specially\nif the tests fail), first build the project (`make`), and then execute:\n\n    $ out/test_say_hello\n\n\nAbout\n-----\n\nSource: https://github.com/mrsarm/helloworld\n\nAuthors: (2015-2024) Mariano Ruiz \u003cmrsarm@gmail.cm\u003e\n\nLicense: LGPL-3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofcontrol%2Fc-test-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutofcontrol%2Fc-test-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofcontrol%2Fc-test-azure/lists"}