Skip to content

Commit be7e140

Browse files
committed
Activate internal checks for the sharing map unit tests
1 parent 713d3fe commit be7e140

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

unit/util/sharing_map.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Author: Daniel Poetzl
66
77
\*******************************************************************/
88

9-
#define SHARING_MAP_INTERNAL_CHECKS
10-
#define SHARING_NODE_INTERNAL_CHECKS
9+
#define SM_INTERNAL_CHECKS
10+
#define SN_INTERNAL_CHECKS
1111

1212
#include <climits>
1313
#include <random>
14+
#include <set>
1415

1516
#include <testing-utils/catch.hpp>
1617
#include <util/sharing_map.h>

unit/util/sharing_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/// \file Tests for sharing-node utility
44

5-
#define SHARING_NODE_INTERNAL_CHECKS
5+
#define SN_INTERNAL_CHECKS
66

77
#include <testing-utils/catch.hpp>
88
#include <util/sharing_node.h>

0 commit comments

Comments
 (0)