fix(dobj_sandbox): removed gtest_main dependency
gtest_main was leading to multiple definitions of main in the sandbox test and was not needed.
This commit is contained in:
@@ -3,7 +3,6 @@ exe_name = test_file.split('.')[0]
|
|||||||
executable(
|
executable(
|
||||||
exe_name,
|
exe_name,
|
||||||
test_file,
|
test_file,
|
||||||
dependencies: gtest_dep,
|
|
||||||
include_directories: include_directories('../../src/dobj/public'),
|
include_directories: include_directories('../../src/dobj/public'),
|
||||||
link_with: libdobj, # Link the dobj library
|
link_with: libdobj, # Link the dobj library
|
||||||
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
|
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
|
||||||
|
|||||||
Reference in New Issue
Block a user