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