arm-gtest

This repository contains a sample project for TDD development on ARM devices using Google Test (by tomasvr)

Arm-gtest Alternatives

Similar projects and alternatives to arm-gtest

  • Bear

    Bear is a tool that generates a compilation database for clang tooling.

  • areg-sdk

    AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better arm-gtest alternative or higher similarity.

arm-gtest reviews and mentions

Posts with mentions or reviews of arm-gtest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • Makefile versus CMake build system
    3 projects | /r/embedded | 8 Mar 2023
    The learning curve is really not as steep as it may seem. Using Cmake actually makes the whole build process a lot easier and much more modular allowing you to easily swap in/out different components by including different cmake files or not. I made an example repo not so long ago that demonstrates this: link.
  • TDD and CI -- How do you do it?
    1 project | /r/embedded | 9 Feb 2023
    A few days ago I posted my sample project which uses the cmake approach for this. As u\embeddedartistry mentioned two output directories are configured, one for native compilation (unit test) and one for cross-compilation (target binaries etc.). I just created a small script that builds both targets with a single command and I find it very pleasant to work with so far. All with a single command you can: build unit tests, run the unit tests, build target binaries and flash binaries onto the target. You can also only run the tests or only flash of course. Essentially it contains different cmake files for each target which are included in the main cmake file so it's easy to swap in/out different libraries or targets.
  • ARM TDD development sample project
    1 project | /r/embedded | 6 Feb 2023
    https://github.com/tomasvr/arm-gtest Hey everyone, a while back I started learning about TDD and how it can be applied to embedded projects (book). I created a sample project which sets up the necessary environment and automates most of the boring stuff so that you can run unit tests natively and flash the target hardware with a single command. By default, the repository is configured for the stm32f1 (blackpill) MCU but it can be configured for other ARM-based MCU supported by libopencm3 as described in the readme. I hope it can be of use to someone!
  • A note from our sponsor - SaaSHub
    www.saashub.com | 30 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic arm-gtest repo stats
3
3
1.7
11 months ago

The primary programming language of arm-gtest is C++.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com