Unity/examples/example_1
Mark VanderVoord 1a29024cc7 It's a New Year
2025-01-01 11:46:30 -05:00
..
src It's a New Year 2025-01-01 11:46:30 -05:00
subprojects Add Meson example based on Owen Torres' example. 2023-02-13 16:50:20 +01:00
test It's a New Year 2025-01-01 11:46:30 -05:00
makefile Update all the boilerplates 2024-03-16 23:15:00 -04:00
meson.build Add Meson example based on Owen Torres' example. 2023-02-13 16:50:20 +01:00
readme.txt Add Meson example based on Owen Torres' example. 2023-02-13 16:50:20 +01:00

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.