Index: samplecode/SampleApp.cpp |
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp |
index 508ff63052031de5d98e5e8472dd6e5a1a1fa575..318a8224c0adeb075e55379953abd1666ce2b034 100644 |
--- a/samplecode/SampleApp.cpp |
+++ b/samplecode/SampleApp.cpp |
@@ -700,6 +700,7 @@ DEFINE_string(pictureDir, "", "Read pictures from here."); |
DEFINE_string(picture, "", "Path to single picture."); |
DEFINE_bool(sort, false, "Sort samples by title."); |
DEFINE_bool(list, false, "List samples?"); |
+DEFINE_string(key, "", ""); // dummy to enable gm tests that have platform-specific names |
#ifdef SAMPLE_PDF_FILE_VIEWER |
DEFINE_string(pdfPath, "", "Path to direcotry of pdf files."); |
#endif |