Skip to content

Commit

Permalink
Updated tests: added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVale69 committed May 30, 2024
1 parent df733d8 commit cb91da4
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 93 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
build/
raw-codes/
raw-codes/
run.sh
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ FetchContent_MakeAvailable(googletest)
#add_subdirectory(googletest)
include_directories(${gtest_SOURCE_DIR}/include ${gtest_SOURCE_DIR})

add_executable(
test_multiplication
test/test_matrix_multiplication.cpp
test/test_correct_matrix_multiplication.cpp
)
add_executable(test_multiplication test/test_matrix_multiplication.cpp)
target_link_libraries(test_multiplication gtest gtest_main ${CMAKE_SOURCE_DIR}/lib/libmatrix_multiplication_with_errors.a)


Expand Down
84 changes: 0 additions & 84 deletions test/test_correct_matrix_multiplication.cpp

This file was deleted.

Loading

0 comments on commit cb91da4

Please sign in to comment.