summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-21 20:48:42 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-21 20:51:50 -0400
commitdf4d6b134bfe45e380416f0d9eecb482843e8a47 (patch)
tree4c25101dcd5beac7ce14ae5def9407532d48f53c
parent7141c7517db5bbb9814308aa4c68bc95beb4de8c (diff)
Disable the perf test for dbgutil build.
Change-Id: Ifd95ea4f88175b9010f93a4a064be5d908b2a224
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 82484190af11..c48d310230cf 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -283,7 +283,9 @@ public:
void testCondFormatINSDEL();
CPPUNIT_TEST_SUITE(Test);
+#ifndef DBG_UTIL
CPPUNIT_TEST(testPerf);
+#endif
CPPUNIT_TEST(testCollator);
CPPUNIT_TEST(testRangeList);
CPPUNIT_TEST(testInput);