| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/ | 06-May-2025 | - | 44 | 26 | ||
| subprojects/ | 06-May-2025 | - | 4 | 3 | ||
| test/ | 06-May-2025 | - | 207 | 139 | ||
| makefile | D | 06-May-2025 | 2.2 KiB | 73 | 55 | |
| meson.build | D | 06-May-2025 | 968 | 49 | 39 | |
| readme.txt | D | 06-May-2025 | 287 | 13 | 9 |
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