Commit graph

54 commits

Author SHA1 Message Date
Mark Hildreth
b3734c3d94
Merge pull request #1 from markhildreth/allow-returns
Allow return of wrapped functions value.
2021-01-17 22:07:34 -05:00
Mark Hildreth
418ed39c1e Allow return of wrapped functions value.
This allows the macro to return the value of the function being
annotated. For most testing, this probably shouldn't matter, but
considering it's simple enough to do I decided to add it in in case any
other test wrappers require it.
2021-01-17 22:02:19 -05:00
Mark Hildreth
daf14d6449 Initial version 2021-01-17 21:23:34 -05:00
Mark Hildreth
c51fa67447
Initial commit 2021-01-17 15:20:15 -05:00