summaryrefslogtreecommitdiffstats
path: root/test/radix/quic_radix.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-05 17:48:49 +0000
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:31:06 +0100
commita72832cd604907266f8c036c8685b893d6ec248e (patch)
tree128fd8002c2664fe8f798b08cef2553e05d44012 /test/radix/quic_radix.c
parentacbae997b5ba9bd65a06cdaa89cdb5dbd9208bac (diff)
QUIC RADIX: Add RADIX test framework implementation
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23487)
Diffstat (limited to 'test/radix/quic_radix.c')
-rw-r--r--test/radix/quic_radix.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/radix/quic_radix.c b/test/radix/quic_radix.c
new file mode 100644
index 0000000000..2715f26d95
--- /dev/null
+++ b/test/radix/quic_radix.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2024 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+#include "terp.c"
+#include "quic_bindings.c"
+#include "quic_ops.c"
+#include "quic_tests.c"
+#include "main.c"