it2s-itss-ldm/extern/Unity/examples/example_1
Diogo 31822af9bd First commit 2025-06-26 17:30:56 +01:00
..
src First commit 2025-06-26 17:30:56 +01:00
subprojects First commit 2025-06-26 17:30:56 +01:00
test First commit 2025-06-26 17:30:56 +01:00
makefile First commit 2025-06-26 17:30:56 +01:00
meson.build First commit 2025-06-26 17:30:56 +01:00
readme.txt First commit 2025-06-26 17:30:56 +01:00

readme.txt

Example 1
=========

Close to the simplest possible example of Unity, using only basic features.

Build and run with Make
---
Just run `make`.

Build and run with Meson
---
Run `meson setup build` to create the build directory, and then `meson test -C build` to build and run the tests.