summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-07-18 16:30:58 -0700
committerJames Zern <jzern@google.com>2016-07-18 16:30:58 -0700
commit25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6 (patch)
tree53a1e56762bd8c308fa4f3bf5b77290437e7b9db /build
parent23d0f73838586fc736361d0b197a5cdd4e891d6c (diff)
downloadlibvpx-25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6.tar
libvpx-25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6.tar.gz
libvpx-25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6.tar.bz2
libvpx-25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6.zip
build/make/Makefile: add a 'test_*' default target
allows 'make test_libvpx', etc. some reworking of the makefiles would be needed to avoid hard coding targets here. Change-Id: I18982dbf691e7d36ab8bcf5934bab9340687b061
Diffstat (limited to 'build')
-rw-r--r--build/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/Makefile b/build/make/Makefile
index 9a1138941..469eb74c3 100644
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -26,7 +26,7 @@ test-no-data-check:: .DEFAULT
testdata:: .DEFAULT
utiltest: .DEFAULT
exampletest-no-data-check utiltest-no-data-check: .DEFAULT
-
+test_%: .DEFAULT ;
# Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
# installed on cygwin, so we need to autodetect here.