/*
 * Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
 *           (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
 *
 * This file is part of lsp-plugin-shared
 * Created on: 31 мар. 2020 г.
 *
 * lsp-plugin-shared is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * any later version.
 *
 * lsp-plugin-shared is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with lsp-plugin-shared. If not, see <https://www.gnu.org/licenses/>.
 */

#include <lsp-plug.in/test-fw/main.h>

#ifndef LSP_BUILTIN_MODULE
    int main(int argc, const char **argv)
    {
        lsp::test::main(argc, argv);
    }
#endif


