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