]> granicus.if.org Git - libvpx/commit
libs.mk: simplify test_libvpx target
authorJames Zern <jzern@google.com>
Tue, 12 May 2015 02:04:48 +0000 (19:04 -0700)
committerJames Zern <jzern@google.com>
Tue, 12 May 2015 02:13:38 +0000 (19:13 -0700)
commitb0789cd299728a63d94ebab6f1a3a9c754c1d93c
tree723bc4faf37cc76dbfd227d7f017369172c65bdb
parent465ce0e42067ad85019fe1f2f98bf5b081c89880
libs.mk: simplify test_libvpx target

rename LIBVPX_TEST_BINS to LIBVPX_TEST_BIN and remove foreach usage.
this was a leftover from having multiple targets with their own (single)
object list; the use of LIBVPX_TEST_OBJS so widely makes extending these
loops difficult.

Change-Id: I61bda1b91acb43145609f04b8fe6e45ec4483e22
libs.mk