mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
0e723143fa
Add tests for parallel_hash_map thread-safe functions.
6 lines
160 B
C++
6 lines
160 B
C++
#define THIS_HASH_MAP parallel_node_hash_map
|
|
#define THIS_TEST_NAME ParallelNodeHashMap
|
|
|
|
#include "flat_hash_map_test.cc"
|
|
#include "parallel_hash_map_test.cc"
|