mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 04:52:06 +00:00
Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.
This commit is contained in:
parent
f9fb39d383
commit
6bdcbad3e4
22 changed files with 132 additions and 53 deletions
|
@ -1,5 +1,6 @@
|
|||
add_dolphin_test(BitFieldTest BitFieldTest.cpp common)
|
||||
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp common)
|
||||
add_dolphin_test(EventTest EventTest.cpp common)
|
||||
add_dolphin_test(FifoQueueTest FifoQueueTest.cpp common)
|
||||
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp common)
|
||||
add_dolphin_test(FlagTest FlagTest.cpp common)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue