Skip to content

Commit

Permalink
Run MemoryTrackingAllocator tests
Browse files Browse the repository at this point in the history
Add CMake entry to make it run. They weren't running ever since they
were moved from kv_engine in this commit:
http://review.couchbase.org/c/platform/+/158089

Change-Id: I28875ccd16549d29135e80e76793962631bcfb5e
Reviewed-on: http://review.couchbase.org/c/platform/+/164296
Reviewed-by: James H <james.harrison@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
  • Loading branch information
rohansuri committed Oct 28, 2021
1 parent 1649435 commit ca3c338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/memory_tracking_test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if (NOT MEMORY_ALLOCATOR STREQUAL "system")
cb_add_test_executable(platform_memory_tracking_test
memory_tracking_allocator_test.cc
memory_tracking_test.cc)
target_link_libraries(platform_memory_tracking_test
PRIVATE
Expand Down

0 comments on commit ca3c338

Please sign in to comment.