Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: Makefile

Issue 423073011: Stop building tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/most.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 1b15a74c2a4a0e38945416fefe0a5a9c239f480d..f8ec87579f30226b8539fcc7c17d8d5f6bc10e22 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
« no previous file with comments | « no previous file | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698