-
sudo apt install -y autoconf libtool && sudo git clone https://github.com/cpputest/cpputest.git /opt/cpputest && sudo chown -R $(whoami):$(whoami) /opt/cpputest && cd /opt/cpputest && autoreconf . -i && ./configure && make tdd && echo 'export CPPUTEST_HOME=/opt/cpputest' >> ~/.bashrc && source ~/.bashrc
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
rpi-imager
The home of Raspberry Pi Imager, a user-friendly tool for creating bootable media for Raspberry Pi devices.
The first thing we need to do is install the operating system (OS) on the SD card that we'll later use in the RPi. To do this, we download the Raspberry Pi Imager application, which will download the OS and install it on the SD card, allowing us to configure some OS parameters, such as the Wi-Fi connection.
-
example-self-hosted-runner
Example of a repository ready for unit and acceptance testing for embedded systems using a Raspberry Pi-based self-hosted runner
Related posts
-
How to boot up ubuntu Server on Raspberry PI 5 (Headless)
-
Creating a MIDI Sound Module with Raspberry Pi and FluidSynth
-
13 yo "Vibe Coding" on Raspberry Pi and Arduino
-
What is the best Unit testing framework for VS code for C?
-
GitHub - Snaipe/Criterion: A cross-platform C and C++ unit testing framework for the 21st century