Skip to content

Commit

Permalink
test/ and 'make ct'
Browse files Browse the repository at this point in the history
  • Loading branch information
Feng Lee committed May 1, 2016
1 parent e39bad6 commit 716033d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PROJECT_VERSION = 1.1
DEPS = emqttd
dep_emqttd = git https://github.com/emqtt/emqttd plus

COVER = true

include erlang.mk

app:: rebar.config
8 changes: 8 additions & 0 deletions test/emqttd_plugin_template_SUITE.erl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

-module(emqttd_plugin_template_SUITE).

-compile(export_all).

all() -> [].

groups() -> [].

0 comments on commit 716033d

Please sign in to comment.