Skip to content
Snippets Groups Projects
Commit 12bcec1d authored by Jens Georg's avatar Jens Georg Committed by Martin Christoph Hierholzer
Browse files

Fix testInitialValueSpecD8

parent 5b4678b3
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,11 @@ endforeach( testExecutableSrcFile )
# copy config files
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test-ro.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test-async.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test-trigger-fanout-iv.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/one-register.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test_with_push.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test_readonly.map DESTINATION ${PROJECT_BINARY_DIR}/tests)
FILE( COPY ${CMAKE_CURRENT_SOURCE_DIR}/test.xlmap DESTINATION ${PROJECT_BINARY_DIR}/tests)
......
This diff is collapsed.
REG1 0x00000001 0x00000000 0x00000004 0 32 0 1 RW
REG1 0x00000001 0x00000000 0x00000004 0 32 0 1 INTERRUPT1:3
REG2 0x00000001 0x00000004 0x00000004 0 32 0 1 INTERRUPT1:4
REG1 0x00000001 0x00000000 0x00000004 0 32 0 1 RO
REG2 0x00000001 0x00000004 0x00000004 0 32 0 1 RW
REG3 0x00000001 0x00000008 0x00000004 0 32 0 1 RW
REG4 0x00000001 0x0000000C 0x00000004 0 32 0 1 RW
AREA1 0x00000004 0x00000010 0x00000010 0 32 0 1 RW
REG1 0x00000001 0x00000000 0x00000004 0 32 0 1 RO
REG2 0x00000001 0x00000004 0x00000004 0 32 0 1 RO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment