Skip to content

Commit

Permalink
tests: add poolmem test
Browse files Browse the repository at this point in the history
This patch adds a test-suite for all functionality in mem_pool.h and
mem_pool.cc.
  • Loading branch information
arogge committed Dec 2, 2021
1 parent 842811d commit e977645
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,5 @@ if(NOT client-only)
$<$<BOOL:HAVE_PAM>:${PAM_LIBRARIES}> GTest::gtest_main
)
endif() # NOT client-only

bareos_add_test(test_poolmem LINK_LIBRARIES bareos GTest::gtest_main)

0 comments on commit e977645

Please sign in to comment.