Name Date Size

..25-Oct-20244 KiB

makefileH A D25-Oct-20242.2 KiB

meson.buildH A D25-Oct-2024968

readme.txtH A D25-Oct-2024287

src/H25-Oct-20244 KiB

subprojects/H25-Oct-20244 KiB

test/H25-Oct-20244 KiB

readme.txt

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