packet tests
This commit is contained in:
parent
6ff4f59a25
commit
663646f113
|
@ -0,0 +1,14 @@
|
||||||
|
-module(emqtt_packet_tests).
|
||||||
|
|
||||||
|
-ifdef(TEST).
|
||||||
|
|
||||||
|
-include_lib("eunit/include/eunit.hrl").
|
||||||
|
|
||||||
|
decode_test() ->
|
||||||
|
ok.
|
||||||
|
|
||||||
|
encode_test() ->
|
||||||
|
ok.
|
||||||
|
|
||||||
|
-endif.
|
||||||
|
|
Loading…
Reference in New Issue