diff --git a/test/bind_tests_simple.cpp b/test/bind_tests_simple.cpp index b975d0a..8fc6f73 100644 --- a/test/bind_tests_simple.cpp +++ b/test/bind_tests_simple.cpp @@ -128,5 +128,8 @@ int test_main(int, char *[]) { 4) )(i, j, k); BOOST_TEST(result == 12); + + test_member_functions(); + return 0; }