File tree Expand file tree Collapse file tree 2 files changed +523
-1
lines changed
Expand file tree Collapse file tree 2 files changed +523
-1
lines changed Original file line number Diff line number Diff line change 11include_directories (${PROJECT_SOURCE_DIR} /src)
22include_directories (include )
33
4- add_executable (8bit-tests test_main.cpp core/BusTest.cpp core/FlagsRegisterTest.cpp core/StepCounterTest.cpp core/ProgramCounterTest.cpp core/ArithmeticLogicUnitTest.cpp core/EmulatorIntegrationTest.cpp core/AssemblerTest.cpp core/UtilsTest.cpp core/InstructionDecoderTest.cpp core/RandomAccessMemoryTest.cpp core/MemoryAddressRegisterTest.cpp core/TimeSourceTest.cpp core/ClockTest.cpp core/OutputRegisterTest.cpp core/InstructionRegisterTest.cpp core/GenericRegisterTest.cpp core/DisassemblerTest.cpp)
4+ add_executable (8bit-tests test_main.cpp core/BusTest.cpp core/FlagsRegisterTest.cpp core/StepCounterTest.cpp core/ProgramCounterTest.cpp core/ArithmeticLogicUnitTest.cpp core/EmulatorIntegrationTest.cpp core/AssemblerTest.cpp core/UtilsTest.cpp core/InstructionDecoderTest.cpp core/RandomAccessMemoryTest.cpp core/MemoryAddressRegisterTest.cpp core/TimeSourceTest.cpp core/ClockTest.cpp core/OutputRegisterTest.cpp core/InstructionRegisterTest.cpp core/GenericRegisterTest.cpp core/DisassemblerTest.cpp core/EmulatorIntegrationStepTest.cpp )
55target_link_libraries (8bit-tests 8bit-core)
66
77enable_testing ()
@@ -11,6 +11,7 @@ add_test(AssemblerTest 8bit-tests --source-file=*AssemblerTest.cpp)
1111add_test (BusTest 8bit-tests --source -file=*BusTest.cpp)
1212add_test (ClockTest 8bit-tests --source -file=*ClockTest.cpp)
1313add_test (DisassemblerTest 8bit-tests --source -file=*DisassemblerTest.cpp)
14+ add_test (EmulatorIntegrationStepTest 8bit-tests --source -file=*EmulatorIntegrationStepTest.cpp)
1415add_test (EmulatorIntegrationTest 8bit-tests --source -file=*EmulatorIntegrationTest.cpp)
1516add_test (FlagsRegisterTest 8bit-tests --source -file=*FlagsRegisterTest.cpp)
1617add_test (GenericRegisterTest 8bit-tests --source -file=*GenericRegisterTest.cpp)
You can’t perform that action at this time.
0 commit comments