chfast / intx

Extended precision integer C++ library
Apache License 2.0
129 stars 29 forks source link

test: Split test files #262

Closed chfast closed 2 years ago

chfast commented 2 years ago

Move type specific unit tests from uint_test.cpp to uint256_test.cpp. The MSVC 2017 has issues with compiling big uint_test.cpp.

codecov-commenter commented 2 years ago

Codecov Report

Merging #262 (9cfb756) into master (b2fe32f) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #262   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9        10    +1     
  Lines         1903      1903           
=========================================
  Hits          1903      1903           
Flag Coverage Δ
32bit 100.00% <100.00%> (ø)
gcc 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/unittests/test_intx.cpp 100.00% <ø> (ø)
test/unittests/test_uint256.cpp 100.00% <100.00%> (ø)