Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created August 24, 2012 20:45
Show Gist options
  • Save zkessin/3455428 to your computer and use it in GitHub Desktop.
Save zkessin/3455428 to your computer and use it in GitHub Desktop.
Eunit Basic Test
-module(tests).
-export([run/0]).
run() ->
io:format("Running Tests"),
eunit:test("ebin/"),
init:stop().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment