include_parent_directories()

gmock_executable(mt_typelist_test ""
  test/mt_typelist_test.cpp
  test/mt_typelist_append_test.cpp
  test/mt_typelist_erase_test.cpp
)

gmock_executable(mt_tuple_test ""
  test/mt_tuple_test.cpp
)

gmock_executable(mt_range_test ""
  test/mt_range_test.cpp
)

gtest_executable(mt_container_foreach_test ""
  test/mt_container_foreach_test.cpp
)

gmock_executable(mt_auto_ptr_test ""
  test/mt_auto_ptr_test.cpp
)

enable_coverage()

