# ring_buffer **Repository Path**: yaboxing/ring_buffer ## Basic Information - **Project Name**: ring_buffer - **Description**: example for gtest with c/c++ - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-12 - **Last Updated**: 2023-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README example for gtest with c/c++ === [![build on linux](https://github.com/yaboxing/ring_buffer/actions/workflows/build.yml/badge.svg)](https://github.com/yaboxing/ring_buffer/actions/workflows/build.yml) ## what is this? This is a example for ring buffer、googletest and github action. ## usage ``` git clone from-you-fork ./scripts/checkout_submodule.sh ./scripts/prebuild.sh make make test # for google test edit .... git push # for github action ```