mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-02 14:04:20 +00:00
[tools.testspr] move file testspr/test.sh -> tools/testspr/test.sh
This commit is contained in:
parent
6a58eade0e
commit
3fef178b7c
11 changed files with 374 additions and 159 deletions
|
@ -21,14 +21,12 @@
|
|||
# include <sprout/preprocessor/stringize.hpp>
|
||||
#endif
|
||||
|
||||
#if !(defined(SPROUT_DISABLE_ASSERTS) || defined(NDEBUG))
|
||||
//
|
||||
// SPROUT_ASSERTION_FAILED_FORMAT
|
||||
//
|
||||
# ifndef SPROUT_ASSERTION_FAILED_FORMAT
|
||||
# define SPROUT_ASSERTION_FAILED_FORMAT(expr, file, line) \
|
||||
"***** Internal Program Error - assertion (" #expr ") failed: " file "(" SPROUT_PP_STRINGIZE(line) ")"
|
||||
# endif
|
||||
//
|
||||
// SPROUT_ASSERTION_FAILED_FORMAT
|
||||
//
|
||||
#ifndef SPROUT_ASSERTION_FAILED_FORMAT
|
||||
# define SPROUT_ASSERTION_FAILED_FORMAT(expr, file, line) \
|
||||
"***** Internal Program Error - assertion (" #expr ") failed: " file "(" SPROUT_PP_STRINGIZE(line) ")"
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue