Skip to content

Commit

Permalink
add documentation for CESTER_NO_TIME
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed Jun 10, 2020
1 parent fc0b7f4 commit 0e0c97d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/docs/macros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ Any code written inside the *CESTER_BODY* macro will be dumb in the file global
should not contain other `CESTER_` macros.



#define CESTER_NO_MEM_TEST
---------------------------

Expand All @@ -624,6 +623,17 @@ This is not a predefined macro it has to be defined in the test source before in
Disable error handling with signal.h


#define CESTER_NO_TIME
---------------------------

Define the macro CESTER_NO_TIME to disable time keeping and floating point in your test. This comes
handy in microcontrollers which does not have a proper time keeping library and has no floating
point types support (but likely using compiler older than C90).

This macro was added in `PR 14 <https://github.com/exoticlibraries/libcester/pull/14>`_ by
`nicolasnoble <https://github.com/nicolasnoble>`_.


CESTER_CHANGE_STREAM
---------------------

Expand Down

0 comments on commit 0e0c97d

Please sign in to comment.