archive/Lookup: move to fs/LookupFile.cxx
This can be used for other purposes as well.
This commit is contained in:
@@ -92,6 +92,9 @@ test('test_queue_priority', executable(
|
||||
test('TestFs', executable(
|
||||
'TestFs',
|
||||
'TestFs.cxx',
|
||||
'TestLookupFile.cxx',
|
||||
'../src/Log.cxx',
|
||||
'../src/LogBackend.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
fs_dep,
|
||||
@@ -339,18 +342,6 @@ endif
|
||||
#
|
||||
|
||||
if archive_glue_dep.found()
|
||||
test('test_archive', executable(
|
||||
'test_archive',
|
||||
'test_archive.cxx',
|
||||
'../src/Log.cxx',
|
||||
'../src/LogBackend.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
archive_glue_dep,
|
||||
gtest_dep,
|
||||
],
|
||||
))
|
||||
|
||||
executable(
|
||||
'visit_archive',
|
||||
'visit_archive.cxx',
|
||||
|
||||
Reference in New Issue
Block a user