packet tests

This commit is contained in:
Feng Lee 2015-01-10 00:00:40 +08:00
parent 6ff4f59a25
commit 663646f113
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
-module(emqtt_packet_tests).
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
decode_test() ->
ok.
encode_test() ->
ok.
-endif.