Refactors misc test cases
[libcds.git] / test / stress / misc / common.h
1 #ifndef _COMMON_H
2 #define _COMMON_H
3
4 #include <cds_test/stress_test.h>
5
6 typedef unsigned long long ullong;
7
8 #define GetConfig(field) s_n##field = cfg.get_size_t(#field, s_n##field)
9
10 #endif