#include <stdlib.h>#include <iostream>#include "string_filter.h"
Defines | |
| #define | check(filter, str, result) |
Functions | |
| int | main () |
| #define check | ( | filter, | |||
| str, | |||||
| result | ) |
if (filter.match(str) != result) { \ cerr << "\"" << str << "\" matched with " #filter \ << " did not return " #result << endl; \ exit(EXIT_FAILURE); \ }
| int main | ( | void | ) |
References check.
1.6.1