Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 665 Bytes

GitHub tag Build Status Hex.pm

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).