{"id":18720448,"url":"https://github.com/stiffstream/so5_testing_demo","last_synced_at":"2025-11-10T21:30:15.119Z","repository":{"id":92244918,"uuid":"206531929","full_name":"Stiffstream/so5_testing_demo","owner":"Stiffstream","description":"This repository contains examples of unit-tests written by using so_5::experimental::testing functionality from SO-5.6.","archived":false,"fork":false,"pushed_at":"2024-10-11T12:31:03.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:28:17.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Stiffstream.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":"2019-09-05T10:00:29.000Z","updated_at":"2024-09-24T12:16:19.000Z","dependencies_parsed_at":"2023-06-08T03:15:29.678Z","dependency_job_id":"616e5339-1eda-4732-ba69-70707bbab405","html_url":"https://github.com/Stiffstream/so5_testing_demo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5_testing_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5_testing_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5_testing_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fso5_testing_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/so5_testing_demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583586,"owners_count":19663225,"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-07T13:31:07.348Z","updated_at":"2025-11-10T21:30:14.871Z","avatar_url":"https://github.com/Stiffstream.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains examples of unit-tests written by using `so_5::experimental::testing` functionality from SO-5.6.\r\n\r\n**NOTE.** *These examples were upgraded to SObjectizer-5.6 in May 2019. For old versions of examples written for SObjectizer-5.5.24 please use tag \"v.1.0-so5.5\".*\r\n\r\n# How To Obtain And Try?\r\n\r\n## Prerequisites\r\n\r\nA C++ complier with support of C++17. We have tried gcc-7, clang-6 and Visual C++ 15.9.\r\n\r\n## How To Obtain?\r\n\r\nThis repository contains only source codes of the examples. SObjectizer's source code is not included into the repository.\r\nThere are two ways to get the examples and all necessary dependencies.\r\n\r\n### Download The Full Archive\r\n\r\nThere is a [Releases section](https://github.com/Stiffstream/so5_testing_demo/releases). It contains archives with all source codes (it means that an archive contains sources of the examples and sources\r\nof all necessary subprojects). The simpliest way is to download a corresponding archive, unpack it, go into\r\n`so5_testing_demo/dev`, then compile and run.\r\n\r\n### Use MxxRu::externals\r\n\r\nIt this case you need to have Ruby + MxxRu + various utilities which every Linux/FreeBSD/macOS-developer usually have (like git, tar, unzip and stuff like that). Then:\r\n\r\n1. Install Ruby, RubyGems and Rake (usually RubyGems is installed with Ruby but sometimes you have to install it separatelly).\r\n2. Install MxxRu: `gem install Mxx_ru`\r\n3. Do git clone: `git clone https://github.com/Stiffstream/so5_testing_demo/releases`\r\n4. Go into appropriate folder: `cd so5_testing_demo`\r\n5. Run command `mxxruexternals`\r\n6. Wait while add dependencies will be downloaded.\r\n\r\nThen go to `dev` subfolder, compile and run.\r\n\r\n## How To Try?\r\n\r\n### Building With CMake\r\n\r\nA well known chain of actions:\r\n\r\n~~~~~\r\ncd so5_testing_demo/dev\r\nmkdir cmake_build\r\ncd cmake_build\r\ncmake -DCMAKE_INSTALL_PREFIX=target -DCMAKE_BUILD_TYPE=release ..\r\ncmake --build . --config Release\r\ncmake --build . --config Release --target test\r\n~~~~~\r\n\r\nNote that on Windows the last command can looks like:\r\n\r\n~~~~~\r\ncmake --build . --config Release --target run_tests\r\n~~~~~\r\n\r\n\r\n### Building With MxxRu\r\n\r\nThe following chain of actions is necessary for building with MxxRu:\r\n\r\n~~~~~\r\ncd so5_testing_demo/dev\r\nruby build.rb\r\n~~~~~\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5_testing_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fso5_testing_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fso5_testing_demo/lists"}