Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
makefile | H A D | 25-Oct-2024 | 2.2 KiB | |
meson.build | H A D | 25-Oct-2024 | 968 | |
readme.txt | H A D | 25-Oct-2024 | 287 | |
src/ | H | 25-Oct-2024 | 4 KiB | |
subprojects/ | H | 25-Oct-2024 | 4 KiB | |
test/ | H | 25-Oct-2024 | 4 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