2014-08-02 08:23:52 +02:00
|
|
|
add_dolphin_test(BitFieldTest BitFieldTest.cpp)
|
2014-10-22 03:08:48 +02:00
|
|
|
add_dolphin_test(BitSetTest BitSetTest.cpp)
|
2017-01-13 23:18:10 +01: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-02 08:23:52 +02:00
|
|
|
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp)
|
2018-05-16 10:59:45 +02:00
|
|
|
add_dolphin_test(CryptoEcTest Crypto/EcTest.cpp)
|
2014-08-02 08:23:52 +02:00
|
|
|
add_dolphin_test(EventTest EventTest.cpp)
|
|
|
|
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp)
|
|
|
|
add_dolphin_test(FlagTest FlagTest.cpp)
|
2018-05-07 07:18:41 +02:00
|
|
|
add_dolphin_test(FloatUtilsTest FloatUtilsTest.cpp)
|
2014-08-02 08:23:52 +02:00
|
|
|
add_dolphin_test(MathUtilTest MathUtilTest.cpp)
|
2016-11-26 21:55:01 +01:00
|
|
|
add_dolphin_test(NandPathsTest NandPathsTest.cpp)
|
2017-08-24 01:45:42 +02:00
|
|
|
add_dolphin_test(SPSCQueueTest SPSCQueueTest.cpp)
|
2016-11-27 11:18:27 +01:00
|
|
|
add_dolphin_test(StringUtilTest StringUtilTest.cpp)
|
2017-03-03 20:43:52 +01:00
|
|
|
add_dolphin_test(SwapTest SwapTest.cpp)
|
2018-04-08 01:53:19 +02:00
|
|
|
|
2018-06-21 12:41:01 +02:00
|
|
|
if (_M_X86)
|
|
|
|
add_dolphin_test(x64EmitterTest x64EmitterTest.cpp)
|
|
|
|
target_link_libraries(x64EmitterTest PRIVATE bdisasm)
|
|
|
|
endif()
|