Testing DEX & DEY

This commit is contained in:
Anonymus Raccoon
2020-04-03 15:24:47 +02:00
parent 9f8ae6cb08
commit 8e7d28dc4d
3 changed files with 122 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ add_executable(unit_tests
sources/Models/Components.hpp
sources/CPU/Instruction.hpp
sources/Exceptions/DebuggableError.hpp
)
tests/CPU/Math/testOthersMath.cpp)
# include criterion & coverage
target_link_libraries(unit_tests criterion -lgcov)