All tests are run by changing to this directory (using 'cd') and then 
running 'ctest'. If a test fails, run that particular test to see the 
error message(s) in details.

The available tests so far:

  BitopsFunctions        passed  7/ 7
  DatabaseFunctions      passed 14/14
  DatetimeFunctions      passed 30/30
  Dependencies           passed  4/ 4
  Engineering            passed 26/26
  StatisticalFunctions   passed 69/71
  FinancialFunctions     passed 48/53
  Formula                passed 10/11
  OpenFormula            passed  6/ 6
  RTree                  passed 12/12
  TrigFunctions          passed  8/ 8
  Value                  passed 13/13

Failed tests:
-------------

TestFormula::
    testEquality()

TestFinancialFunctions::
    testCOMPOUND()
    testDISC()
    testFVSCHEDULE()
    testIPMT()
    testODDLYIELD()
    testYIELDMAT()

TestInformationFunctions::
    testAREAS()
    testCELL()
    testCOLUMN()
    testCOLUMNS()
    testCOUNT()
    testCOUNTA()
    testCOUNTIF()
    testFORMULA()
    testISBLANK()
    testISFORMULA()
    testISNONTEXT()
    testISNA()
    testISREF()
    testNUMBERVALUE()
    testROW()
    testROWS()
    testSHEET()
    testSHEETS()
    testVALUE()

TestStatisticalFunctions::
    testKURT()
    testSTDEV()

TestTextFunctions::
    testASC()
    testJIS()
    testUNICHAR()
    testUNICODE()

Some tests are intended only to check performance
  BenchmarkCluster
  BenchmarkRTree
  
They are not executed using 'ctest', thus you have to run it manually.  
