ref: ea3d324f13927508b4a1f055462536c6a4ddc5d0
parent: 7e4740156fcda1cb5d3aca90755e6ec0b4bc293b
parent: 25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6
author: James Zern <jzern@google.com>
date: Tue Jul 19 02:09:36 EDT 2016
Merge changes I18982dbf,I15c8976c * changes: build/make/Makefile: add a 'test_*' default target build/make/Makefile: remove default suffix rules
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -26,8 +26,8 @@
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.
md5sum := $(firstword $(wildcard \
@@ -448,3 +448,5 @@
install:: $(INSTALL_TARGETS)
dist: $(INSTALL_TARGETS)
test::
+
+.SUFFIXES: # Delete default suffix rules