Verified Commit 3cf2e8bb authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Rename: test_util_numeric.cpp -> test_utils_arithmetic.cpp

parent 11daed43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,12 +34,13 @@ target_link_libraries(catch2_main
add_executable(tests
    test_example_00.cpp
    test_example_01.cpp
    test_util_numeric.cpp
  test_utils_arithmetic.cpp
)

target_link_libraries(tests
    catch2_main
    fmt::fmt
  arithmetic
)

# Catch2's contrib folder includes some helper functions