add_executable(chowdsp_plugin_base_test)
setup_juce_test(chowdsp_plugin_base_test)

target_link_libraries(chowdsp_plugin_base_test PRIVATE
    chowdsp_core
    chowdsp_plugin_base
    chowdsp_presets
    chowdsp_foleys
)

target_sources(chowdsp_plugin_base_test PRIVATE
    PluginBaseTest.cpp
    PluginDiagnosticInfoTest.cpp
)

include(AddDiagnosticInfo)
add_diagnostic_info(chowdsp_plugin_base_test)
