Skip to content

Commit

Permalink
Cleanup after separating the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Goj committed Jan 13, 2012
1 parent 096e121 commit 484b629
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*.beam
/ct_report/
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "escalus"]
path = escalus
url = https://github.com/esl/escalus.git
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -16,8 +16,8 @@ test: escalus/ebin
`pwd`/escalus/deps/exmpp/ebin -s run_common_test ct

escalus/ebin:
(cd ../; git submodule init; git submodule update)
(cd escalus; make)
git submodule update --init --recursive
cd escalus; make

console:
erl -sname test -setcookie ejabberd \
Expand Down

0 comments on commit 484b629

Please sign in to comment.