summaryrefslogtreecommitdiff
path: root/test/decoders/quic/quic_spec.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/decoders/quic/quic_spec.toml')
-rw-r--r--test/decoders/quic/quic_spec.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/decoders/quic/quic_spec.toml b/test/decoders/quic/quic_spec.toml
new file mode 100644
index 0000000..b9ebe05
--- /dev/null
+++ b/test/decoders/quic/quic_spec.toml
@@ -0,0 +1,12 @@
+
+#load quic module
+[[module]]
+path = ""
+init = "quic_init"
+exit = "quic_exit"
+
+#load quic gtest module
+[[module]]
+path = ""
+init = "gtest_quic_init"
+exit = "gtest_quic_exit"