Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor of stressMathCore to use Google Test
Basic refactoring of test/stressMathCore.cxx to be smaller, more managable files, and to use Google Test. The functionality is the same, but is now using Google Test for assertions instead of doing logical operations on an integer as the test result. Added test as Google Test Formatting, cleanup Assertions from Google Test Split up functions Removed timer and decoupled tests Decoupled GenVector Decoupled testSMatrix/testVector34 Decoupled SMatrixTest Assertions Removed dead/useless code Use google test instead of c++ assertions Clang-format Moved stress test to stress folder Clang format Split up files Split up files Removed blob file after split up Clang-format Renamed fields, methods, macros Punctuation Added header Fixed warning Resolved dictionary issues Fixed typo Proper naming of function names
- Loading branch information