diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-06 22:08:30 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-08 14:28:28 -0400 |
commit | b5f293ece50abeb188d8245a2d803e5047fdcdbb (patch) | |
tree | a974b88603a779cddbd67ba17a19e015ea6150d5 /bin | |
parent | ca2c3ada0487ced88ebba5cf5b39af4ec578b13e (diff) |
Clean up resource handler.
Refactors some resource_handler functions to split between pure and impure.
Adds more unit tests and removes integration_tests
IssueID: DCAEGEN2-99
Change-Id: I667e3cdeb7346b87b5e8a54dcfbf5058858f10a6
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build_and_unit_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/build_and_unit_test.sh b/bin/build_and_unit_test.sh index 7a2c757..9c3e3a4 100755 --- a/bin/build_and_unit_test.sh +++ b/bin/build_and_unit_test.sh @@ -2,4 +2,5 @@ rm -rf _build/; rebar3 upgrade; rebar3 release; -rebar3 eunit +rebar3 eunit --cover; +rebar3 cover |