Opened 16 years ago
Last modified 16 years ago
#99 closed task
Revise check() macro — at Version 1
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 (last modified by )
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_ASSERT instead of check()
or shouldn't check()
be an alias for it?
Note: See
TracTickets for help on using
tickets.