/* This file is part of the KI18N Framework SPDX-FileCopyrightText: 2014 Kevin Krammer SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef TESTHELPERS_H #define TESTHELPERS_H #include bool deployTestConfig(); bool removeTestConfig(); #endif // TESTHELPERS_H