Skip to content

Commit

Permalink
Update erlang.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
crownedgrouse committed May 25, 2015
1 parent 89b37c7 commit 1610c70
Show file tree
Hide file tree
Showing 3 changed files with 1,845 additions and 402 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ erl_crash.dump
edoc-info
*.png
*.css
ebin
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PROJECT = $(notdir $(shell pwd))
ERLC_OPTS = +debug_info +warn_export_all +warn_export_vars +warn_shadow_vars +warn_obsolete_guard
CT_SUITES = swab
#CT_SUITES = swab
#EDOC_OPTS = {private, true}

include erlang.mk

eunit: app
eunit:
erl -noshell -pa `pwd`/ebin -pa `pwd`/priv -eval 'eunit:test(swab, [verbose])' -s init stop

clean::
Expand Down
Loading

0 comments on commit 1610c70

Please sign in to comment.