test(tests/probe): added probe tests
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# Test files for dobj
|
||||
test_sources = [
|
||||
'loggerTest.cpp',
|
||||
# 'DObjectTest.cpp',
|
||||
# 'LockableDObjectTest.cpp'
|
||||
'probeTest.cpp',
|
||||
]
|
||||
|
||||
foreach test_file : test_sources
|
||||
@@ -13,7 +11,7 @@ foreach test_file : test_sources
|
||||
test_exe = executable(
|
||||
exe_name,
|
||||
test_file,
|
||||
dependencies: [gtest_dep, logger_dep],
|
||||
dependencies: [gtest_dep, probe_dep, mfem_dep, quill_dep],
|
||||
install_rpath: '@loader_path/../../src' # Ensure runtime library path resolves correctly
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user