Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 536 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 536 Bytes

Build Status

hoax

Yet another mocking library for Erlang.

Build

hoax requires rebar to build. To build hoax, go to the hoax directory and simply type:

rebar compile

To make sure hoax works on your platform, run the tests:

rebar eunit

Note that hoax's unit tests require Eunit >= 2.2.1 (OTP R14B04).