test/DumpDatabase: remove the "PLUGIN" parameter, load from config file

This commit is contained in:
Max Kellermann
2024-01-04 15:28:40 +01:00
parent 4ed8313954
commit 7c13666226
2 changed files with 9 additions and 18 deletions

View File

@@ -223,6 +223,8 @@ if enable_database
executable(
'DumpDatabase',
'DumpDatabase.cxx',
'../src/db/Configured.cxx',
'../src/db/DatabaseGlue.cxx',
'../src/db/Registry.cxx',
'../src/db/Selection.cxx',
'../src/db/PlaylistVector.cxx',