endif()
target_include_directories(${PROJECT_NAME} PUBLIC include ${${PROJECT_NAME}_DEP_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/include)
install(TARGETS mv_depthstream_test_suite DESTINATION ${CMAKE_INSTALL_BINDIR})
-
-## mv_test_3d by gtest
-project(mv_test_3d)
-cmake_minimum_required(VERSION 2.6...3.13)
-
-set(TEST_3D mv_test_3d)
-
-add_executable(${TEST_3D} test_3d.cpp)
-
-target_link_libraries(${TEST_3D} gtest gtest_main
- mv_3d
- mv_image_helper
-)
-
-install(TARGETS ${TEST_3D} DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
\ No newline at end of file
Mv3DTestsFixture,
::Values(
ParamTypes(TEST_MODE_IMAGE, std::string("Adirondack"), 718, 496, 8, 72, std::string()))
-);
-
-int main(int argc, char **argv)
-{
- InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}
\ No newline at end of file
+);
\ No newline at end of file