summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsdosfsname01/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsdosfsname01/files.h')
-rwxr-xr-xtestsuites/fstests/fsdosfsname01/files.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/testsuites/fstests/fsdosfsname01/files.h b/testsuites/fstests/fsdosfsname01/files.h
new file mode 100755
index 0000000000..487664fee9
--- /dev/null
+++ b/testsuites/fstests/fsdosfsname01/files.h
@@ -0,0 +1,44 @@
+
+/*
+ * Array with files, that were created in the FAT-filesystem image.bin.
+ *
+ * WARNING: Automatically generated by Create_Files.cs -- do not edit!
+ */
+
+#ifndef __FILE_H__
+#define __FILE_H__
+
+#ifdef __cplusplus
+extern C {
+#endif
+
+static const char *const filenames[] = {
+ "this is a long filename",
+ "đây là một tên tập tin dài",
+ "Bu uzun bir dosya adı",
+ "هذا هو اسم ملف طويل",
+ "αυτό είναι ένα μεγάλο όνομα αρχείου",
+ "это длинное имя",
+ "гэта доўгае імя",
+ "това е дълго име на файла",
+ "这是一个长文件名",
+ "মেৰিকা মহাদেশ, উত্তৰ আমেৰিকা আৰু দক্ষিণ আমেৰিকা মহাদেশক লৈ গঠিত এক",
+ "آمریکا قاره یکته قارهٰ زمینˇ قاره‌ٰنˇ مئن ایسسه کی زمینˇ هنه‌شر (مساحت)ˇ جی ۳۸٪ و زمینˇ خوشکی‌ئنˇ جی ۴۲۸٪ ای قاره شی ایسسه",
+ "Manâhestôtse 910,720,588 (July 2008 est.)",
+ "Elle s'étend depuis l'océan Arctique au nord jusqu'au cap Horn dans le passage de Drake au sud, à la confluence des océans",
+ "ཨ་མེ་རི་ཀ, ཨ་མེ་རི་ཁ, མེ་གླིང་",
+ "е су земље западне хемисфере или Новог света које се састоје од континената Северна Америка",
+ "This is a filename with with 255 characters. The following numbers are aligned in that way, that the character 0 is the mentioned one. xx140xxxxxxx150xxxxxxx160xxxxxxx170xxxxxxx180xxxxxxx190xxxxxxx200xxxxxxx210xxxxxxx220xxxxxxx230xxxxxxx240xxxxxxx250xxxxx",
+ "Bu gezegen Roma mitolojisindeki savaş ilahı Mars'a",
+ "Amerike su zemlje zapadne hemisfere ili Novog svijeta koje se sastoje od kontinenata Sjeverna Amerika i Južna Amerika sa svim pridruženim otocima i regijama.",
+ "იანებს ორ კონტინენტს, სამხრეთ და ჩრდილოეთ ამერიკას ახლომდებარე კუნძულებთან ერ",
+ " Є то єдиный контінент, котрого цїла теріторія лежыть на Западній півкулї тай разом"
+};
+#define FILES_FILENAMES_NUMBER_OF 20
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __FILE_H__ */
+