Tests1-10 for PIMathMatrix #69
Reference in New Issue
Block a user
Delete Branch "PIMathMatrixTests1-10"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Добавлены следующие тесты:
Необходимо доработать
@@ -29,7 +29,8 @@ set(PIP_DLL_DIR "${CMAKE_CURRENT_BINARY_DIR}" CACHE STRING "")option(ICU "ICU support for convert codepages" ${_ICU_DEFAULT})option(STD_IOSTREAM "Building with std iostream operators support" OFF)option(INTROSPECTION "Build with introspection" OFF)option(TESTS "Build tests and perform their before install step" OFF)Вернуть обратно
@@ -33,0 +55,4 @@for(int j = 0; j < 4; j++) {if(i != j) {if(matrix[i][j] != 0.0){ASSERT_TRUE(false);вместо
ASSERT_TRUE(false);лучше воспользоватьсяFAIL();Было бы хорошо вам почитать как использовать gtest тут
Pull request closed