summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/network.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/network/network.pro')
-rw-r--r--tests/benchmarks/network/network.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/benchmarks/network/network.pro b/tests/benchmarks/network/network.pro
new file mode 100644
index 0000000000..692a0a1b7e
--- /dev/null
+++ b/tests/benchmarks/network/network.pro
@@ -0,0 +1,13 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ access \
+ kernel \
+ ssl \
+ socket
+
+TRUSTED_BENCHMARKS += \
+ kernel/qhostinfo \
+ socket/qtcpserver \
+ ssl/qsslsocket
+
+include(../trusted-benchmarks.pri) \ No newline at end of file