Unity/examples/example_1
2023-02-13 16:50:20 +01:00
..
src Fix unintended array overrun in example (#360. Thanks @quantum-leaps) 2018-11-02 07:42:47 -04:00
subprojects Add Meson example based on Owen Torres' example. 2023-02-13 16:50:20 +01:00
test Fix error in example_1 2019-01-25 21:22:55 -08:00
makefile Sigh. had to NOT disable these warnings by default because the gcc on our test rig doesn't understand it 2019-10-30 09:00:53 -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.