aboutsummaryrefslogtreecommitdiff
path: root/test/hostlist/hostlisttest.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-19 11:30:00 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-19 12:12:58 +0200
commit72e0603d7a185f83f7f53b7c880936e8f89d683e (patch)
tree0aad467801442a9fd84ea430a616812f476045b8 /test/hostlist/hostlisttest.h
parentIntegrate FilterTree into browser (#6) (diff)
downloadsmolbote-72e0603d7a185f83f7f53b7c880936e8f89d683e.tar.xz
Hostlist test: test non-empty domain
Add optional load list benchmark
Diffstat (limited to 'test/hostlist/hostlisttest.h')
-rw-r--r--test/hostlist/hostlisttest.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/hostlist/hostlisttest.h b/test/hostlist/hostlisttest.h
index 9a87e0d..96051a9 100644
--- a/test/hostlist/hostlisttest.h
+++ b/test/hostlist/hostlisttest.h
@@ -1,8 +1,8 @@
#ifndef HOSTLIST_TEST
#define HOSTLIST_TEST
-#include <QObject>
#include "filtertree.h"
+#include <QObject>
class HostlistTest : public QObject
{
@@ -10,8 +10,12 @@ class HostlistTest : public QObject
private slots:
void parseList();
+
+ void checkRules_data();
void checkRules();
+ void benchmark_parse();
+
private:
FilterTree tree;
};