util: MemoryMap test
Change-Id: I54680685326a85cfd723a47e8aef8d71662c9aeb
This commit is contained in:
@ -74,3 +74,7 @@ if (BUILD_LLVM_DISASSEMBLER)
|
||||
add_subdirectory(llvmdisassembler)
|
||||
endif (BUILD_LLVM_DISASSEMBLER)
|
||||
|
||||
### Tests
|
||||
add_executable(memorymap-test testing/memorymap-test.cc)
|
||||
target_link_libraries(memorymap-test fail-util)
|
||||
add_test(NAME memorymap-test WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/testing COMMAND memorymap-test)
|
||||
|
||||
Reference in New Issue
Block a user