aboutsummaryrefslogtreecommitdiff
path: root/test/hostlist/hostlisttest.h
diff options
context:
space:
mode:
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;
};