Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 421 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 421 Bytes

common_lib

A fork of http://oserl.hg.sourceforge.net/hgweb/oserl/common_lib/ that builds with Rebar.

Usage with Rebar

Add following code to your rebar.conf:

{deps, [
  {common_lib, ".*", {git, "https://github.com/funbox/common_lib.git", {branch, "master"}}}
]}.

Build

rebar compile

or

rebar co

Run tests

rebar compile ct

or

rebar co ct