Opened 17 years ago
Last modified 17 years ago
#99 closed task
Revise check() macro — at Initial Version
| Reported by: | Peter Kovacs | Owned by: | Alpar Juttner |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.0 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
test/test_tools.h contains
- the
check()macro, which is used in all test files, and - some tools about Petersen (sub)graphs.
I suggest separating the widely used check() macro and the Petersen tools, e.g. put the macro into a assert.h.
Shouldn't we use LEMON_DEBUG or LEMON_ASSERT instead of check()? Or shouldn't the check() macro be an alias for one or these macros?
Note: See
TracTickets for help on using
tickets.

