diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-26 10:18:21 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-26 10:19:10 -0400 |
commit | 483289371744c88d60a887252a2634a867e023d7 (patch) | |
tree | e6452320a0e2bfb9ce78d85f6f52f38306fd350f /rebar.config | |
parent | 4d68a25267d0173b13e6238d76274dc874967872 (diff) |
Add unit testing for consul_interface
Issue-ID: DCAEGEN2-99
Change-Id: I66af63cfe523227a515ae5e81ba0e2fe32f4cb2f
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 91ed457..7b57ec3 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {relx, [ {release, - {cdapbroker,"4.0.8"}, + {cdapbroker,"4.0.9"}, [cdapbroker] }, %{extend_start_script,true}, @@ -72,6 +72,7 @@ workflows_tests, httpabs_tests, util_tests, + consul_interface_tests, %sup is out of the box OTP cdapbroker_sup ]}. |