aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-04 09:36:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-04 09:36:16 -0700
commite7ce26d360a5ca36085be2bbb2cee8b62a0ed935 (patch)
tree91506f665f858e3084f82f21230d9c3ef20556c8 /Makefile
parent01c8da1eef36570374f7e8764a38b25bf16ab7a6 (diff)
Stop building tests.
BUG=skia: R=borenet@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/423073011
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1b15a74c2a..f8ec87579f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,12 @@
# make clean
#
# # Build and run tests (in Debug mode)
-# make tests
-# out/Debug/tests
+# make dm
+# out/Debug/dm
#
# # Build and run tests (in Release mode)
-# make tests BUILDTYPE=Release
-# out/Release/tests
+# make dm BUILDTYPE=Release
+# out/Release/dm
#
# # Build bench and SampleApp (both in Release mode), and then run them
# make SampleApp bench BUILDTYPE=Release
@@ -53,7 +53,6 @@ VALID_TARGETS := \
skhello \
skia_lib \
skpskgr_test \
- tests \
tools \
skpdiff