ARMv8/extension/tests/unity/examples/example_1
2024-06-21 18:24:17 +01:00
..
src Merge branch extension-s with master to add extension 2024-06-21 18:24:17 +01:00
subprojects Merge branch extension-s with master to add extension 2024-06-21 18:24:17 +01:00
test Merge branch extension-s with master to add extension 2024-06-21 18:24:17 +01:00
meson.build Merge branch extension-s with master to add extension 2024-06-21 18:24:17 +01:00
readme.txt Merge branch extension-s with master to add extension 2024-06-21 18:24:17 +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.