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

Unified Diff: unit_test/convert_test.cc

Issue 1402313002: add gflags to deps to allow command line parameters. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: remove have jpeg test which is just a printf Created 5 years, 2 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unit_test/convert_test.cc
diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc
index 330571c0de7adff0ed80d74362e8cd7a87a1ffb9..0f8065539a1b017a0bd52768d110d13c1ef524fe 100644
--- a/unit_test/convert_test.cc
+++ b/unit_test/convert_test.cc
@@ -1448,14 +1448,6 @@ TEST_F(LibYUVConvertTest, CropNV12) {
free_aligned_buffer_64(src_y);
}
-TEST_F(LibYUVConvertTest, HaveJPEG) {
kjellander_chromium 2015/10/16 10:05:27 Move this to another CL or at least mention it in
-#ifdef HAVE_JPEG
- printf("JPEG enabled\n.");
-#else
- printf("JPEG disabled\n.");
-#endif
-}
-
TEST_F(LibYUVConvertTest, TestYToARGB) {
uint8 y[32];
uint8 expectedg[32];
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698