]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multi_index/test/test_all_main.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / multi_index / test / test_all_main.cpp
index d4536183f5853da9e76a2acf35209142faecbb67..41146a36eba84b5f6f3701e65993698ec6d6305c 100644 (file)
@@ -23,6 +23,7 @@
 #include "test_list_ops.hpp"
 #include "test_modifiers.hpp"
 #include "test_mpl_ops.hpp"
+#include "test_node_handling.hpp"
 #include "test_observers.hpp"
 #include "test_projection.hpp"
 #include "test_range.hpp"
@@ -50,6 +51,7 @@ int main()
   test_list_ops();
   test_modifiers();
   test_mpl_ops();
+  test_node_handling();
   test_observers();
   test_projection();
   test_range();