Merge pull request #63 from tboudreaux/fix/test
Fixed eos, resourceManager, and approx8 Tests
This commit is contained in:
@@ -11,7 +11,7 @@ foreach test_file : test_sources
|
|||||||
test_exe = executable(
|
test_exe = executable(
|
||||||
exe_name,
|
exe_name,
|
||||||
test_file,
|
test_file,
|
||||||
dependencies: [gtest_dep, network_dep, gtest_main],
|
dependencies: [gtest_dep, gtest_main, network_dep],
|
||||||
include_directories: include_directories('../../src/network/public'),
|
include_directories: include_directories('../../src/network/public'),
|
||||||
link_with: libnetwork, # Link the dobj library
|
link_with: libnetwork, # 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