summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/borders_test.cc1
-rw-r--r--test/config_test.cc1
-rw-r--r--test/cpu_speed_test.cc1
-rw-r--r--test/keyframe_test.cc1
-rw-r--r--test/superframe_test.cc1
5 files changed, 5 insertions, 0 deletions
diff --git a/test/borders_test.cc b/test/borders_test.cc
index 5071541ab..b30be4580 100644
--- a/test/borders_test.cc
+++ b/test/borders_test.cc
@@ -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();
diff --git a/test/config_test.cc b/test/config_test.cc
index 36c63302b..04931103d 100644
--- a/test/config_test.cc
+++ b/test/config_test.cc
@@ -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();
diff --git a/test/cpu_speed_test.cc b/test/cpu_speed_test.cc
index 569ff2605..be651b4fe 100644
--- a/test/cpu_speed_test.cc
+++ b/test/cpu_speed_test.cc
@@ -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();
diff --git a/test/keyframe_test.cc b/test/keyframe_test.cc
index 7ee289844..d8b21a14d 100644
--- a/test/keyframe_test.cc
+++ b/test/keyframe_test.cc
@@ -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();
diff --git a/test/superframe_test.cc b/test/superframe_test.cc
index d91e7b10b..c0f542da8 100644
--- a/test/superframe_test.cc
+++ b/test/superframe_test.cc
@@ -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();