rabbit-mochiweb tests need inets and crypto too

This commit is contained in:
Michael Bridgen 2010-07-29 13:35:17 +01:00
parent ce21bbc3dc
commit 84dfcdd53e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ PACKAGE=rabbitmq-mochiweb
DEPS= DEPS=
INTERNAL_DEPS=mochiweb INTERNAL_DEPS=mochiweb
RUNTIME_DEPS=mochiweb RUNTIME_DEPS=mochiweb
TEST_APPS=mochiweb inets rabbit_mochiweb rabbit_mochiweb_test TEST_APPS=crypto inets mochiweb rabbit_mochiweb rabbit_mochiweb_test
TEST_COMMANDS=rabbit_mochiweb_test:test() TEST_COMMANDS=rabbit_mochiweb_test:test()
include ../include.mk include ../include.mk