SaaSHub helps you find the best software and product alternatives Learn more →
Arm-gtest Alternatives
Similar projects and alternatives to arm-gtest
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
areg-sdk
AREG is a cross-platform 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.
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 discussion
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
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?
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
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 | 24 Jan 2025
Stats
Basic arm-gtest repo stats
3
3
1.7
over 1 year ago
The primary programming language of arm-gtest is C++.