summaryrefslogtreecommitdiff
path: root/deps/Unity/examples/example_1/readme.txt
blob: ddddd369e2ace5904ad97b8567bae70c65163faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.