Skip to content
Snippets Groups Projects
Commit 0193d0c7 authored by Peter Thedens's avatar Peter Thedens
Browse files

fix links in readme

parent 6d109214
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,15 @@
- When using Unity, be sure to define `UNITY_INCLUDE_CONFIG_H`
to use the [`unity_config.h`](/Unity/src/unity_config.h). (Details on why are in the
[Unity Configuration Guide](/Unity/doc/UnityConfigurationGuide.md).)
[Unity Configuration Guide](/Unity/docs/UnityConfigurationGuide.md).)
- For the quad directory, this is done at compile-time of the Unity library [_here_](/Unity/src/Makefile#L4)
and at compile-time of the test runner [_here_](/quad/library.mk#L58). Both rely on the flag defined
[_here_](/quad/library.mk#L19).
- Follow the examples in the [`Unity/examples`](/Unity/examples) for a guide, as well
as the documentation in [`Unity/docs`](/Unity/docs)
- The [Unity Getting Started guide](/Unity/doc/UnityGettingStartedGuide.md) and the
- The [Unity Getting Started guide](/Unity/docs/UnityGettingStartedGuide.md) and the
[Unity Assertions Cheat Sheet Suitable for Printing and Possibly Framing]
(/Unity/doc/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf)
(/Unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf)
are nice references
- Generally, the format is to start `main()` with `UNITY_BEGIN()`, followed by calls to
`RUN_TEST(test_function)` where `test_function` is a test to run, ended with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment