mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Added tests
This commit is contained in:
parent
0905ffd043
commit
00e94d3630
2 changed files with 2226 additions and 0 deletions
2225
Source/UnitTests/Common/AssemblerTest.cpp
Normal file
2225
Source/UnitTests/Common/AssemblerTest.cpp
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,4 @@
|
|||
add_dolphin_test(AssemblerTest AssemblerTest.cpp)
|
||||
add_dolphin_test(BitFieldTest BitFieldTest.cpp)
|
||||
add_dolphin_test(BitSetTest BitSetTest.cpp)
|
||||
add_dolphin_test(BitUtilsTest BitUtilsTest.cpp)
|
||||
|
|
Loading…
Add table
Reference in a new issue