File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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)
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/RandomAccessMemoryTest.cpp core/MemoryAddressRegisterTest.cpp core/TimeSourceTest.cpp core/ClockTest.cpp core/OutputRegisterTest.cpp core/InstructionRegisterTest.cpp core/GenericRegisterTest.cpp)
55target_link_libraries (8bit-tests 8bit-core)
66
77enable_testing ()
@@ -13,7 +13,7 @@ add_test(ClockTest 8bit-tests --source-file=*ClockTest.cpp)
1313add_test (EmulatorIntegrationTest 8bit-tests --source -file=*EmulatorIntegrationTest.cpp)
1414add_test (FlagsRegisterTest 8bit-tests --source -file=*FlagsRegisterTest.cpp)
1515add_test (GenericRegisterTest 8bit-tests --source -file=*GenericRegisterTest.cpp)
16- add_test (InstructionDecoderTest 8bit-tests --source -file=*InstructionDecoderTest.cpp)
16+ # add_test(InstructionDecoderTest 8bit-tests --source-file=*InstructionDecoderTest.cpp)
1717add_test (InstructionRegisterTest 8bit-tests --source -file=*InstructionRegisterTest.cpp)
1818add_test (MemoryAddressRegisterTest 8bit-tests --source -file=*MemoryAddressRegisterTest.cpp)
1919add_test (OutputRegisterTest 8bit-tests --source -file=*OutputRegisterTest.cpp)
You can’t perform that action at this time.
0 commit comments