summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-06-25 12:52:02 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-06-25 12:52:02 -0700
commitd67acd870a469857c38f89427c06f4f6bfa46e2b (patch)
tree7719c982b75cf13bccda8fb588c3ea8081dec0ef /build
parent4e06b0c602356635f2f0cb97c04a92bd478e63b7 (diff)
parent96b6b6bbf046c944b44a2ca96d4c6adb851fecf7 (diff)
downloadlibvpx-d67acd870a469857c38f89427c06f4f6bfa46e2b.tar
libvpx-d67acd870a469857c38f89427c06f4f6bfa46e2b.tar.gz
libvpx-d67acd870a469857c38f89427c06f4f6bfa46e2b.tar.bz2
libvpx-d67acd870a469857c38f89427c06f4f6bfa46e2b.zip
Merge changes I94a061eb,If6910fe3
* changes: add auto keyframe unit test Add support for downloading test data
Diffstat (limited to 'build')
-rw-r--r--build/make/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/make/Makefile b/build/make/Makefile
index 26ca0be70..1088c841a 100644
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -21,6 +21,7 @@ all: .DEFAULT
clean:: .DEFAULT
install:: .DEFAULT
test:: .DEFAULT
+testdata:: .DEFAULT
# Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
@@ -99,6 +100,8 @@ dist:
install::
.PHONY: test
test::
+.PHONY: testdata
+testdata::
$(BUILD_PFX)%.c.d: %.c
$(if $(quiet),@echo " [DEP] $@")