• Home
Name Date Size #Lines LOC

..--

src/22-Mar-2025-4426

subprojects/22-Mar-2025-43

test/22-Mar-2025-207139

makefileD22-Mar-20252.2 KiB7355

meson.buildD22-Mar-2025968 4939

readme.txtD22-Mar-2025287 139

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