Skip to content

Commit

Permalink
Update build files after removing of_protocol app
Browse files Browse the repository at this point in the history
  • Loading branch information
rpt committed Jun 6, 2012
1 parent 56124b7 commit 566f238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all compile rel test test_protocol test_switch clean deep-clean
.PHONY: all compile rel test clean deep-clean

all: compile

Expand All @@ -10,13 +10,7 @@ rel: compile
./scripts/post_generate_hook

test: compile
./rebar skip_deps=true apps=of_protocol,of_switch eunit

test_protocol: compile
./rebar skip_deps=true apps=of_protocol eunit

test_switch: compile
./rebar skip_deps=true apps=of_switch eunit
./rebar skip_deps=true eunit

clean: rebar
./rebar clean
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
{parse_transform, lager_transform}]}.

{sub_dirs, [
"apps/of_protocol",
"apps/of_switch",
"rel"
]}.

{deps, [
{lager, ".*", {git, "git://github.com/basho/lager.git", "master"}},
{of_protocol, ".*", {git, "[email protected]:esl/of_protocol.git", "master"}},
{meck, "0\.7\..*", {git, "git://github.com/eproxus/meck.git", "master"}},
{pkt, ".*", {git, "git://github.com/esl/pkt.git", "master"}},
{procket, ".*", {git, "git://github.com/msantos/procket.git", "master"}},
Expand Down

0 comments on commit 566f238

Please sign in to comment.