blob: b8c9dcaff468ee98764812e79600d30638275c5f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | /*
 * This file is part of smolbote. It's copyrighted by the contributors recorded
 * in the version control history of the file, available from its original
 * location: git://neueland.iserlohn-fortress.net/smolbote.git
 *
 * SPDX-License-Identifier: GPL-3.0
 */
#include <QtTest/QtTest>
#include "filtertest.h"
QTEST_APPLESS_MAIN(FilterTest)
 |