2023-01-27 12:37:39 +00:00
|
|
|
add_dolphin_test(AssemblerTest AssemblerTest.cpp)
|
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)
|
2022-07-27 05:29:40 +00:00
|
|
|
add_dolphin_test(CryptoSHA1Test Crypto/SHA1Test.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)
|
2021-05-02 16:03:29 +00:00
|
|
|
add_dolphin_test(FileUtilTest FileUtilTest.cpp)
|
2014-08-02 06:23:52 +00:00
|
|
|
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)
|
2024-02-27 04:50:46 +00:00
|
|
|
add_dolphin_test(SettingsHandlerTest SettingsHandlerTest.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
|
|
|
|
2022-08-08 00:18:36 +00:00
|
|
|
if (_M_X86_64)
|
2018-06-21 10:41:01 +00:00
|
|
|
add_dolphin_test(x64EmitterTest x64EmitterTest.cpp)
|
|
|
|
target_link_libraries(x64EmitterTest PRIVATE bdisasm)
|
2023-06-03 07:24:10 +00:00
|
|
|
elseif (_M_ARM_64)
|
|
|
|
add_dolphin_test(Arm64EmitterTest Arm64EmitterTest.cpp)
|
2018-06-21 10:41:01 +00:00
|
|
|
endif()
|