1Example 1 2========= 3 4Close to the simplest possible example of Unity, using only basic features. 5 6Build and run with Make 7--- 8Just run `make`. 9 10Build and run with Meson 11--- 12Run `meson setup build` to create the build directory, and then `meson test -C build` to build and run the tests. 13