summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-21 20:48:42 -0400
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 09:55:09 +0100
commitd5cbc8e2b58e6591ef5ba2c0c75be603d945ca1c (patch)
tree234353490b8ffc2679373fed602fdddf5b835159 /sc/qa
parentce63a5ea777b5e0120acc3a0d43c21e5ad8fc8fb (diff)
Disable the perf test for dbgutil build.
Change-Id: Ifd95ea4f88175b9010f93a4a064be5d908b2a224 (cherry picked from commit df4d6b134bfe45e380416f0d9eecb482843e8a47)
Diffstat (limited to 'sc/qa')
-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);