Logo
Explore Help
Sign In
0x221E/SecurityEmulator
1
0
Fork 0
You've already forked SecurityEmulator
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9b250a6270ab21f3e5e62d8423f956ddd0e6f9bb
SecurityEmulator/tests/CMakeLists.txt

11 lines
166 B
CMake
Raw Normal View History

Refactor: ModRM Handler replaced with compile-time lookup table. Started refactoring to a library-based model to easily integrate comprehensive unit testing. Added CPU exception handling system for the GUI. Non-critical exceptions (though critical to execution of emulated application) will not shutdown the application in the future releases. Refactored Userspace::Run() logic so that the GUI-controls reflect emulator behavior.
2026-02-10 14:57:55 +01:00
enable_testing()
add_executable(test test.cpp)
target_link_libraries(test
GTest::gtest_main
)
include(GoogleTest)
gtest_discover_tests(test)
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2309ms Template: 295ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses