massive feat: added a GDB stub for debugging
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -9,15 +9,11 @@ tests_sources = files(
|
||||
'bus.cc'
|
||||
)
|
||||
|
||||
tests_cpp_args = lib_cpp_args
|
||||
|
||||
subdir('cpu')
|
||||
subdir('util')
|
||||
|
||||
tests_cpp_args = []
|
||||
|
||||
if get_option('disassembler')
|
||||
tests_cpp_args += '-DDISASSEMBLER'
|
||||
endif
|
||||
|
||||
catch2 = dependency('catch2', version: '>=3.4.0', static: true)
|
||||
catch2_tests = executable(
|
||||
'matar_tests',
|
||||
|
Reference in New Issue
Block a user