fix(tests): fix include paths that were moved
This commit is contained in:
parent
68cbded7c6
commit
e137555052
|
@ -19,7 +19,7 @@
|
|||
-compile(export_all).
|
||||
-compile(nowarn_export_all).
|
||||
|
||||
-include_lib("emqx_gateway/src/mqttsn/include/emqx_sn.hrl").
|
||||
-include("emqx_sn.hrl").
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
|
@ -181,4 +181,3 @@ gen_next(0, Acc) ->
|
|||
gen_next(N, Acc) ->
|
||||
Byte = rand:uniform(256) - 1,
|
||||
gen_next(N-1, <<Acc/binary, Byte:8>>).
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
-compile(export_all).
|
||||
-compile(nowarn_export_all).
|
||||
|
||||
-include_lib("emqx_gateway/src/mqttsn/include/emqx_sn.hrl").
|
||||
-include("emqx_sn.hrl").
|
||||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-include_lib("common_test/include/ct.hrl").
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
-module(emqx_stomp_SUITE).
|
||||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-include_lib("emqx_gateway/src/stomp/include/emqx_stomp.hrl").
|
||||
-include("emqx_stomp.hrl").
|
||||
|
||||
-compile(export_all).
|
||||
-compile(nowarn_export_all).
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
-module(emqx_sn_proper_types).
|
||||
|
||||
-include_lib("emqx_gateway/src/mqttsn/include/emqx_sn.hrl").
|
||||
-include("emqx_sn.hrl").
|
||||
-include_lib("proper/include/proper.hrl").
|
||||
|
||||
-compile({no_auto_import, [register/1]}).
|
||||
|
|
Loading…
Reference in New Issue