Warning, /office/calligra/sheets/tests/README is written in an unsupported language. File is not indexed.

0001 All tests are run by changing to this directory (using 'cd') and then 
0002 running 'ctest'. If a test fails, run that particular test to see the 
0003 error message(s) in details.
0004 
0005 The available tests so far:
0006 
0007   BitopsFunctions        passed  7/ 7
0008   DatabaseFunctions      passed 14/14
0009   DatetimeFunctions      passed 30/30
0010   Dependencies           passed  4/ 4
0011   Engineering            passed 26/26
0012   StatisticalFunctions   passed 69/71
0013   FinancialFunctions     passed 48/53
0014   Formula                passed 10/11
0015   OpenFormula            passed  6/ 6
0016   RTree                  passed 12/12
0017   TrigFunctions          passed  8/ 8
0018   Value                  passed 13/13
0019 
0020 Failed tests:
0021 -------------
0022 
0023 TestFormula::
0024     testEquality()
0025 
0026 TestFinancialFunctions::
0027     testCOMPOUND()
0028     testDISC()
0029     testFVSCHEDULE()
0030     testIPMT()
0031     testODDLYIELD()
0032     testYIELDMAT()
0033 
0034 TestInformationFunctions::
0035     testAREAS()
0036     testCELL()
0037     testCOLUMN()
0038     testCOLUMNS()
0039     testCOUNT()
0040     testCOUNTA()
0041     testCOUNTIF()
0042     testFORMULA()
0043     testISBLANK()
0044     testISFORMULA()
0045     testISNONTEXT()
0046     testISNA()
0047     testISREF()
0048     testNUMBERVALUE()
0049     testROW()
0050     testROWS()
0051     testSHEET()
0052     testSHEETS()
0053     testVALUE()
0054 
0055 TestStatisticalFunctions::
0056     testKURT()
0057     testSTDEV()
0058 
0059 TestTextFunctions::
0060     testASC()
0061     testJIS()
0062     testUNICHAR()
0063     testUNICODE()
0064 
0065 Some tests are intended only to check performance
0066   BenchmarkCluster
0067   BenchmarkRTree
0068   
0069 They are not executed using 'ctest', thus you have to run it manually.