summaryrefslogtreecommitdiff
path: root/test/test.mk
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-10-24 12:17:51 -0700
committerJohann <johannkoenig@google.com>2017-01-11 08:28:39 -0800
commit6886da75474fb9df9391f1688c32f3ff1d39b853 (patch)
treeb4287c87e1a968ffd7530e0b2e807677829c2cf2 /test/test.mk
parent36e767c1472d5eef3455626cee96de4d65900441 (diff)
downloadlibvpx-6886da75474fb9df9391f1688c32f3ff1d39b853.tar
libvpx-6886da75474fb9df9391f1688c32f3ff1d39b853.tar.gz
libvpx-6886da75474fb9df9391f1688c32f3ff1d39b853.tar.bz2
libvpx-6886da75474fb9df9391f1688c32f3ff1d39b853.zip
Create a class for buffers used in tests
Demonstrate its use with the IDCT test. Change-Id: Idf87fe048847c180f13818fd4df916ba4500134b
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk
index e25463e46..c5ed65385 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -1,4 +1,5 @@
LIBVPX_TEST_SRCS-yes += acm_random.h
+LIBVPX_TEST_SRCS-yes += buffer.h
LIBVPX_TEST_SRCS-yes += clear_system_state.h
LIBVPX_TEST_SRCS-yes += codec_factory.h
LIBVPX_TEST_SRCS-yes += md5_helper.h