Go to the source code of this file.
|
| int | main (int argc, char *argv[]) |
| |
◆ MODELTEST
| #define MODELTEST |
( |
|
TYPE | ) |
|
Value:
{ \
int subfailed = 0; \
{ \
subfailed +=
Util::Test::SubMessage(
"MaterialFrameIndifference", TYPE::MaterialFrameIndifference<TYPE>(
true)); \
} \
}
int Message(std::string testname)
int SubMessage(std::string testname, int failed)
int SubFinalMessage(int failed)
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |