readme.txt 287 B

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