Skip to content

Commit

Permalink
Test macros
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Feb 25, 2024
1 parent ed2291b commit 1b24cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sources/TestSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,24 @@

#ifndef TEST_DISABLE_ALL

#ifndef TEST_DISABLE_SIMPLE
#define TEST_SIMPLE_ARRAY
#define TEST_SIMPLE_HASH
#define TEST_SIMPLE_TREE
#define TEST_SIMPLE_MERGE
#define TEST_SIMPLE_DATA
#define TEST_SIMPLE_HASH_SORT
#define TEST_SIMPLE_MEM_POOL
#endif

#ifndef TEST_DISABLE_LIBCXX
#define TEST_LIBCXX_ARRAY
#define TEST_LIBCXX_HASH_SET
#define TEST_LIBCXX_HASH_MAP
#define TEST_LIBCXX_HASH_MULTI_MAP
#define TEST_LIBCXX_TREE_SET
#define TEST_LIBCXX_TREE_MAP
#endif

//#define TEST_NATVIS

Expand Down

0 comments on commit 1b24cf4

Please sign in to comment.