test(quic): excl. multistream SUITE when BUILD_WITHOUT_QUIC
This commit is contained in:
parent
de810e04fd
commit
88cdfcc4a6
|
@ -15,6 +15,8 @@
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
-module(emqx_quic_multistreams_SUITE).
|
-module(emqx_quic_multistreams_SUITE).
|
||||||
|
|
||||||
|
-ifndef(BUILD_WITHOUT_QUIC).
|
||||||
|
|
||||||
-compile(export_all).
|
-compile(export_all).
|
||||||
-compile(nowarn_export_all).
|
-compile(nowarn_export_all).
|
||||||
|
|
||||||
|
@ -1951,3 +1953,7 @@ select_port() ->
|
||||||
quicer:stream_handle().
|
quicer:stream_handle().
|
||||||
via_stream({quic, _Conn, Stream}) ->
|
via_stream({quic, _Conn, Stream}) ->
|
||||||
Stream.
|
Stream.
|
||||||
|
|
||||||
|
%% BUILD_WITHOUT_QUIC
|
||||||
|
-else.
|
||||||
|
-endif.
|
||||||
|
|
Loading…
Reference in New Issue