Skip to content

Commit aef286a

Browse files
Encapsulate Memory emulation context for multi-instance support
1 parent 190c686 commit aef286a

4 files changed

Lines changed: 698 additions & 552 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ if(BUILD_TESTING)
388388
add_linapple_test(app-controller tests/test_app_controller.cpp)
389389
add_linapple_test(integration tests/test_main.cpp)
390390
add_linapple_test(cpu-context tests/test_cpu_context.cpp)
391+
add_linapple_test(memory-context tests/test_memory_context.cpp)
391392

392393
# Custom test-superserial-peripheral to avoid symbol conflict
393394
add_executable(test-superserial-peripheral tests/test_superserial_peripheral.cpp src/apple2/peripherals/super_serial_card/SuperSerial.cpp src/core/Common.cpp src/core/Log.cpp src/frontends/headless/Headless_Path.cpp)

0 commit comments

Comments
 (0)