summaryrefslogtreecommitdiff
path: root/automation/source/testtool
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-16 20:53:01 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-16 20:58:16 +0300
commit252c930676678be217d99e6dfb818d092f36531b (patch)
treeff493e91a5bc2d556014e9d8b000c7f51ef3ef5f /automation/source/testtool
parentac735597e5ded07ae4dae4b3a34778a9377baa75 (diff)
Add numbers for iOS and Android
Diffstat (limited to 'automation/source/testtool')
-rw-r--r--automation/source/testtool/objtest.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index f52170392758..7bff47c80819 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -462,6 +462,10 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "27" ); // DragonFly/i386
#elif defined DRAGONFLY && defined X86_64
abGP.Append( "28" ); // DragonFly/x86-64
+#elif defined IOS && defined ARM
+ abGP.Append( "29" ); // iOS
+#elif defined ANDROID && defined ARM
+ abGP.Append( "30" ); // Android
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif