1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 08:56:32 -05:00

Tests: Add base tests to host timing

This commit is contained in:
Fernando Sahmkow
2020-02-08 12:48:57 -04:00
parent 62e35ffc0e
commit 0f8e5a1465
5 changed files with 241 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ add_executable(tests
core/arm/arm_test_common.cpp
core/arm/arm_test_common.h
core/core_timing.cpp
core/host_timing.cpp
tests.cpp
)