Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
updated rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
freke committed Apr 24, 2012
1 parent 17dca2a commit 459382e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,28 @@ module.

## Building with rebar
To compile

&>./rebar compile

To run all tests

&>./rebar eunit

&>./rebar ct

Se rebar doc for more information.

A simple makefile is also included

&>make

&>make test

&>make eunit

&>make ct


## CREDITS

Some of the protobuffs.erl module came from code written by Brian Buchanan.
Expand All @@ -86,4 +94,4 @@ Fletcher.
Original written by Nick Gerakines. Major
contributions have been made by Jacob Vorreuter.

Lexx/Yecc parser, and most of the test cases by David Åberg
Leex/Yecc parser, and most of the test cases by David Åberg
Binary file modified rebar
Binary file not shown.
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
{eunit_opts, [verbose,
{report, {eunit_surefire, [{dir, "."}]}}]}.
{escript_name, "protobuffs_compile"}.
{escript_emu_args, "%%! -sasl errlog_type error -boot start_sasl -noshell\n"}.
4 changes: 0 additions & 4 deletions src/protobuffs_compile_lib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
%% OTHER DEALINGS IN THE SOFTWARE.
-module(protobuffs_compile_lib).



-module(protobuffs_compile_lib).

-ifdef(TEST).
-compile(export_all).
-else.
Expand Down

0 comments on commit 459382e

Please sign in to comment.