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:
parent
6af9594d71
commit
42e78ac087
@ -62,7 +62,7 @@
|
|||||||
['include_tests==1', {
|
['include_tests==1', {
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': 'vp8_test',
|
'target_name': 'vp8_integrationtests',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'test_framework',
|
'test_framework',
|
||||||
|
@ -31,7 +31,7 @@ void PopulateTests(std::vector<CodecTest*>* tests)
|
|||||||
// tests->push_back(new VP8DualDecoderTest());
|
// tests->push_back(new VP8DualDecoderTest());
|
||||||
// tests->push_back(new VP8Benchmark());
|
// tests->push_back(new VP8Benchmark());
|
||||||
// tests->push_back(new VP8PacketLossTest(0.05, false, 5));
|
// tests->push_back(new VP8PacketLossTest(0.05, false, 5));
|
||||||
tests->push_back(new VP8NormalAsyncTest());
|
// tests->push_back(new VP8NormalAsyncTest());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(Vp8WrapperTest, RunAllTests)
|
TEST(Vp8WrapperTest, RunAllTests)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user