Skip to content

funbox/common_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/dmitrii-zolotarev/common_lib.git", {branch, "master"}}}
]}.

Build

rebar compile

or

rebar co

Run tests

rebar compile ct

or

rebar co ct