Changeset 184:716b220697a0 in lemon-1.0 for test/test_tools.h
- Timestamp:
- 03/27/08 16:27:23 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test_tools.h
r171 r184 25 25 26 26 #include <iostream> 27 #include <stdlib.h> 27 28 28 29 ///If \c rc is fail, writes an error message and exits. … … 37 38 ///print something like this (and then exits). 38 39 ///\verbatim file_name.cc:123: error: This is obviously false. \endverbatim 39 ///40 ///\todo It should be in \c assert.h41 40 #define check(rc, msg) \ 42 41 if(!(rc)) { \
Note: See TracChangeset
for help on using the changeset viewer.