Disable normal_async_test and rename tests to vp8_integrationtests.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/598004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2294 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2012-05-24 14:36:34 +00:00
parent 6af9594d71
commit 42e78ac087
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
['include_tests==1', {
'targets': [
{
'target_name': 'vp8_test',
'target_name': 'vp8_integrationtests',
'type': 'executable',
'dependencies': [
'test_framework',

View File

@ -31,7 +31,7 @@ void PopulateTests(std::vector<CodecTest*>* tests)
// tests->push_back(new VP8DualDecoderTest());
// tests->push_back(new VP8Benchmark());
// tests->push_back(new VP8PacketLossTest(0.05, false, 5));
tests->push_back(new VP8NormalAsyncTest());
// tests->push_back(new VP8NormalAsyncTest());
}
TEST(Vp8WrapperTest, RunAllTests)