Skip to content

Commit

Permalink
test: Remove redundant legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Sep 5, 2023
1 parent 12e835c commit 72e7647
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ target_link_libraries(
PRIVATE forfun_c
)

add_executable(
palindromic_number
"test/palindromic_number.cpp"
)
target_link_libraries(
palindromic_number
PRIVATE forfun
)

add_executable(
project_euler_p0001_multiples_of_3_or_5
"test/project_euler/p0001_multiples_of_3_or_5.cpp"
Expand Down
88 changes: 0 additions & 88 deletions test/palindromic_number.cpp

This file was deleted.

0 comments on commit 72e7647

Please sign in to comment.