cosmetics,test.mk: fix a typo

Change-Id: Ib74a494e1cf50a356f51e8185e19ca66fcb896a2
This commit is contained in:
James Zern 2016-06-15 20:33:04 -07:00
parent fba6f748e8
commit 94e84bbc07

View File

@ -86,7 +86,7 @@ ifeq ($(CONFIG_ENCODE_PERF_TESTS)$(CONFIG_VP9_ENCODER), yesyes)
LIBVPX_TEST_SRCS-yes += encode_perf_test.cc
endif
## Multi-codec / unconditional whitebox tests.
## Multi-codec / unconditional black box tests.
ifeq ($(findstring yes,$(CONFIG_VP9_ENCODER)$(CONFIG_VP10_ENCODER)),yes)
LIBVPX_TEST_SRCS-yes += active_map_refresh_test.cc
LIBVPX_TEST_SRCS-yes += active_map_test.cc