2014-08-02 06:23:52 +00:00
|
|
|
add_dolphin_test(BitFieldTest BitFieldTest.cpp)
|
2014-10-22 01:08:48 +00:00
|
|
|
add_dolphin_test(BitSetTest BitSetTest.cpp)
|
2017-01-13 22:18:10 +00:00
|
|
|
add_dolphin_test(BitUtilsTest BitUtilsTest.cpp)
|
2015-05-28 07:00:53 +00:00
|
|
|
add_dolphin_test(BlockingLoopTest BlockingLoopTest.cpp)
|
|
|
|
add_dolphin_test(BusyLoopTest BusyLoopTest.cpp)
|
2014-08-02 06:23:52 +00:00
|
|
|
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp)
|
2018-05-16 08:59:45 +00:00
|
|
|
add_dolphin_test(CryptoEcTest Crypto/EcTest.cpp)
|
2021-02-10 20:46:32 +00:00
|
|
|
add_dolphin_test(EnumFormatterTest EnumFormatterTest.cpp)
|
2014-08-02 06:23:52 +00:00
|
|
|
add_dolphin_test(EventTest EventTest.cpp)
|
|
|
|
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp)
|
|
|
|
add_dolphin_test(FlagTest FlagTest.cpp)
|
2018-05-07 05:18:41 +00:00
|
|
|
add_dolphin_test(FloatUtilsTest FloatUtilsTest.cpp)
|
2014-08-02 06:23:52 +00:00
|
|
|
add_dolphin_test(MathUtilTest MathUtilTest.cpp)
|
2016-11-26 20:55:01 +00:00
|
|
|
add_dolphin_test(NandPathsTest NandPathsTest.cpp)
|
2017-08-23 23:45:42 +00:00
|
|
|
add_dolphin_test(SPSCQueueTest SPSCQueueTest.cpp)
|
2016-11-27 10:18:27 +00:00
|
|
|
add_dolphin_test(StringUtilTest StringUtilTest.cpp)
|
2017-03-03 19:43:52 +00:00
|
|
|
add_dolphin_test(SwapTest SwapTest.cpp)
|
2018-04-07 23:53:19 +00:00
|
|
|
|
2018-06-21 10:41:01 +00:00
|
|
|
if (_M_X86)
|
|
|
|
add_dolphin_test(x64EmitterTest x64EmitterTest.cpp)
|
|
|
|
target_link_libraries(x64EmitterTest PRIVATE bdisasm)
|
|
|
|
endif()
|