git-svn-id: http://skia.googlecode.com/svn/trunk@1946 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-07-25 14:30:54 +00:00
Родитель ece2b0297c
Коммит e6a5c4d2d5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -468,6 +468,7 @@ static void usage(const char * argv0) {
SkDebugf(" --replay: exercise SkPicture replay.\n");
SkDebugf(
" --serialize: exercise SkPicture serialization & deserialization.\n");
SkDebugf(" --match foo will only run tests that substring match foo.\n");
}
static const ConfigData gRec[] = {