summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-15 12:10:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-15 12:10:38 +0000
commit0f5d93928f5355ca7df998baa429c2ffe33ec923 (patch)
treef60e003fa738157f592caeb68dd8152ea2c13369 /automation/source
parent178c9f5063a89d19e1f050883e9cd8522295be00 (diff)
dragonfly stuff
Diffstat (limited to 'automation/source')
-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 d98869bc97af..7dc7ae374f0a 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -459,6 +459,10 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
abGP.Append( "25" ); // OpenBSD/i386
#elif defined OPENBSD && defined X86_64
abGP.Append( "26" ); // OpenBSD/amd64
+#elif defined DRAGONFLY && defined X86
+ abGP.Append( "27" ); // DragonFly/i386
+#elif defined DRAGONFLY && defined X86_64
+ abGP.Append( "28" ); // DragonFly/x86-64
#else
#error ("unknown platform. please request an ID for your platform on qa/dev")
#endif