Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
6207a38b
Commit
6207a38b
authored
Mar 12, 2014
by
Alex Converse
Browse files
Add missing virtual destructors to tests.
Change-Id: I916b1e646d9fe142d3483039eb6cc72464529832
parent
5556caf6
Changes
5
Hide whitespace changes
Inline
Side-by-side
test/borders_test.cc
View file @
6207a38b
...
...
@@ -21,6 +21,7 @@ class BordersTest : public ::libvpx_test::EncoderTest,
public
::
libvpx_test
::
CodecTestWithParam
<
libvpx_test
::
TestMode
>
{
protected:
BordersTest
()
:
EncoderTest
(
GET_PARAM
(
0
))
{}
virtual
~
BordersTest
()
{}
virtual
void
SetUp
()
{
InitializeConfig
();
...
...
test/config_test.cc
View file @
6207a38b
...
...
@@ -20,6 +20,7 @@ class ConfigTest : public ::libvpx_test::EncoderTest,
protected:
ConfigTest
()
:
EncoderTest
(
GET_PARAM
(
0
)),
frame_count_in_
(
0
),
frame_count_out_
(
0
),
frame_count_max_
(
0
)
{}
virtual
~
ConfigTest
()
{}
virtual
void
SetUp
()
{
InitializeConfig
();
...
...
test/cpu_speed_test.cc
View file @
6207a38b
...
...
@@ -22,6 +22,7 @@ class CpuSpeedTest : public ::libvpx_test::EncoderTest,
libvpx_test
::
TestMode
,
int
>
{
protected:
CpuSpeedTest
()
:
EncoderTest
(
GET_PARAM
(
0
))
{}
virtual
~
CpuSpeedTest
()
{}
virtual
void
SetUp
()
{
InitializeConfig
();
...
...
test/keyframe_test.cc
View file @
6207a38b
...
...
@@ -21,6 +21,7 @@ class KeyframeTest : public ::libvpx_test::EncoderTest,
public
::
libvpx_test
::
CodecTestWithParam
<
libvpx_test
::
TestMode
>
{
protected:
KeyframeTest
()
:
EncoderTest
(
GET_PARAM
(
0
))
{}
virtual
~
KeyframeTest
()
{}
virtual
void
SetUp
()
{
InitializeConfig
();
...
...
test/superframe_test.cc
View file @
6207a38b
...
...
@@ -21,6 +21,7 @@ class SuperframeTest : public ::libvpx_test::EncoderTest,
protected:
SuperframeTest
()
:
EncoderTest
(
GET_PARAM
(
0
)),
modified_buf_
(
NULL
),
last_sf_pts_
(
0
)
{}
virtual
~
SuperframeTest
()
{}
virtual
void
SetUp
()
{
InitializeConfig
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment