Skip to content

Commit

Permalink
Update to run new unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeweber committed Feb 27, 2013
1 parent 75b8613 commit dc57a8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ LOCAL_CPP_EXTENSION:= .cc

LOCAL_SRC_FILES := \
unit/webrtcjingletest.cc \
unit/sendmessagetask_unittest.cc \
unit/receivemessagetask_unittest.cc \
unit/clientsignalingthread_unittest.cc

Expand Down
5 changes: 4 additions & 1 deletion tools/gen_tests_apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

LIB_LIST="libjingle_unittest \
libjingle_media_unittest \
libjingle_p2p_unittest"
libjingle_p2p_unittest \
libwebrtcjingle_unittest"

export ANDROID_SDK_VERSION=14

TOOLSDIR="$( cd "$( dirname "$0" )" && pwd )"
TRUNKDIR="$( dirname $TOOLSDIR )"
Expand Down

0 comments on commit dc57a8c

Please sign in to comment.