# --------------------------------------------------------------------------- # Headless QA harness (console app that drives the processor and checks output) # --------------------------------------------------------------------------- juce_add_console_app(SerumAltTest) serumalt_configure_target(SerumAltTest) target_sources(SerumAltTest PRIVATE Source/Tests/TestMain.cpp) add_test(NAME SerumAltTest COMMAND SerumAltTest)