]> granicus.if.org Git - libvpx/commitdiff
build/make/Makefile: add a 'test_*' default target
authorJames Zern <jzern@google.com>
Mon, 18 Jul 2016 23:30:58 +0000 (16:30 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 26 Jul 2016 04:04:28 +0000 (04:04 +0000)
allows 'make test_libvpx', etc. some reworking of the makefiles would be
needed to avoid hard coding targets here.

Change-Id: I18982dbf691e7d36ab8bcf5934bab9340687b061
(cherry picked from commit 25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6)

build/make/Makefile

index 9a1138941b75ade441146c85fdcbb7363c14d431..469eb74c3aa86274a5fd15361aa77101159817fe 100644 (file)
@@ -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.