aboutsummaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-09-26 17:06:59 +0100
committerHugo Landau <hlandau@openssl.org>2022-11-24 08:15:20 +0000
commita73078b79fc6f229b95312dcb20e4f61120a108c (patch)
tree9a66c1046605081c484444eb7eeb5527c934bbe6 /test/build.info
parentf5060f9b31654d7ca3b015d2b803e17dda760190 (diff)
downloadopenssl-a73078b79fc6f229b95312dcb20e4f61120a108c.tar.gz
QUIC TX Packetiser and Streams Mapper
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19346)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 0c91ff602e..346f503853 100644
--- a/test/build.info
+++ b/test/build.info
@@ -312,6 +312,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[quic_fifd_test]=../include ../apps/include
DEPEND[quic_fifd_test]=../libcrypto.a ../libssl.a libtestutil.a
+ SOURCE[quic_txp_test]=quic_txp_test.c
+ INCLUDE[quic_txp_test]=../include ../apps/include
+ DEPEND[quic_txp_test]=../libcrypto.a ../libssl.a libtestutil.a
+
SOURCE[asynctest]=asynctest.c
INCLUDE[asynctest]=../include ../apps/include
DEPEND[asynctest]=../libcrypto
@@ -1040,7 +1044,7 @@ ENDIF
ENDIF
IF[{- !$disabled{'quic'} -}]
- PROGRAMS{noinst}=quicapitest quic_wire_test quic_ackm_test quic_record_test quic_fc_test quic_stream_test quic_cfq_test quic_txpim_test quic_fifd_test
+ PROGRAMS{noinst}=quicapitest quic_wire_test quic_ackm_test quic_record_test quic_fc_test quic_stream_test quic_cfq_test quic_txpim_test quic_fifd_test quic_txp_test
ENDIF
SOURCE[quicapitest]=quicapitest.c helpers/ssltestlib.c