#include <stdlib.h>#include <iostream>#include "comma_list.h"
Go to the source code of this file.
Defines | |
| #define | check(clist, val, result) |
Functions | |
| int | main () |
Definition in file comma_list_tests.cpp.
| #define check | ( | clist, | |||
| val, | |||||
| result | ) |
if (clist.match(val) != result) { \ cerr << "\"" << #val << "\" matched with " #clist \ << " did not return " #result << endl; \ exit(EXIT_FAILURE); \ }
Definition at line 19 of file comma_list_tests.cpp.
Referenced by main(), and oprof_start::setup_unit_masks().
| int main | ( | void | ) |
Definition at line 26 of file comma_list_tests.cpp.
References check, and comma_list< T >::set().

1.6.1