Skip to content

Instantly share code, notes, and snippets.

@arpunk
Created January 18, 2016 00:48
Show Gist options
  • Save arpunk/b6580827dfcb89516fa9 to your computer and use it in GitHub Desktop.
Save arpunk/b6580827dfcb89516fa9 to your computer and use it in GitHub Desktop.
λ rebar3 eunit
===> Skipping lfe (from {git,"git://github.com/rvirding/lfe.git",
{tag,"v0.10.0"}}) as an app of the same name has already been fetched
===> Skipping lfe (from {git,"git://github.com/rvirding/lfe.git",
{tag,"v0.10.0"}}) as an app of the same name has already been fetched
===> Skipping lfe (from {git,"git://github.com/rvirding/lfe.git",
{tag,"v0.10.0"}}) as an app of the same name has already been fetched
===> Skipping lfe (from {git,"git://github.com/rvirding/lfe.git",
{tag,"v0.10.0"}}) as an app of the same name has already been fetched
===> Verifying dependencies...
===> Compiling memento
~~> Finding .lfe files ...
~~> Compiling ./src/memento-event.lfe ...
~~> Compiling ./src/memento-fragment.lfe ...
~~> Compiling ./src/memento-query.lfe ...
~~> Compiling ./src/memento-schema.lfe ...
~~> Compiling ./src/memento-table.lfe ...
~~> Compiling ./src/memento-util.lfe ...
~~> Compiling ./src/memento.lfe ...
~~> Compiling ./test/memento-suite.lfe ...
~~> Compiling ./test/unit-memento-tests.lfe ...
===> Performing EUnit tests...
..
Top 2 slowest tests (0.587 seconds, 72.6% of total time):
unit-memento-tests:can-start-mnesia_test/0
0.587 seconds
unit-memento-tests:is-equal_test/0
0.000 seconds
Finished in 0.809 seconds
2 tests, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment