dolphin/Source/UnitTests/Common
degasus 7154bfd825 UnitTest: Add StringUtil ToString/TryParse test
Only a single one, but the main one for ini files:
Check if the written values can be parsed again.
2018-06-03 23:12:32 +02:00
..
Crypto IOSC: Implement VerifyPublicKeySign for ECC 2018-05-20 20:04:53 +02:00
BitFieldTest.cpp
BitSetTest.cpp UnitTests: use EXPECT_TRUE/EXPECT_FALSE (fixes warnings) 2017-03-24 17:26:27 -07:00
BitUtilsTest.cpp BitUtils: Add C++14/C++17 compatible equivalent of std::bit_cast from C++2a 2018-05-10 12:28:05 -04:00
BlockingLoopTest.cpp
BusyLoopTest.cpp
CMakeLists.txt UnitTests: Add basic tests for ec crypto code 2018-05-20 19:59:26 +02:00
CommonFuncsTest.cpp CommonFuncs: Convert ROUND_UP_POW2 macro to a function 2018-05-10 19:42:20 -04:00
EventTest.cpp
FixedSizeQueueTest.cpp
FlagTest.cpp
FloatUtilsTest.cpp FloatUtils: Remove IntDouble and IntFloat 2018-05-10 12:28:09 -04:00
MathUtilTest.cpp CommonFuncs: Convert ROUND_UP_POW2 macro to a function 2018-05-10 19:42:20 -04:00
NandPathsTest.cpp
SPSCQueueTest.cpp Rename Common::FifoQueue to Common::SPSCQueue 2017-08-23 17:00:52 -07:00
StringUtilTest.cpp UnitTest: Add StringUtil ToString/TryParse test 2018-06-03 23:12:32 +02:00
SwapTest.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
x64EmitterTest.cpp