readme.txt 425 B

123456789101112131415
  1. Example 4
  2. =========
  3. Close to the simplest possible example of Unity, using only basic features.
  4. to build this example run "meson setup <build dir name>".
  5. Meson uses the Ninja build system to actually build the code. To start the
  6. build, simply type the following command.
  7. "ninja -C <build dir name>"
  8. Meson provides native support for running tests. The command to do that is simple.
  9. "meson test -C <build dir name>".