1. 02 Feb, 2011 1 commit
    • Rewrite the unit testing suite · 2a1732b4
      NIH Enterprises presents: a new testing system based on CuTesT, which is
      faster than our previous one and fortunately uses no preprocessing on
      the source files, which means we can run that from CMake.
      
      The test suites have been gathered together into bigger files (one file
      per suite, testing each of the different submodules of the library).
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
  2. 06 Dec, 2010 1 commit
  3. 05 Dec, 2010 1 commit
  4. 19 Sep, 2010 1 commit
  5. 31 Dec, 2008 1 commit
    • Rename the test cases to run in specific orders · 4260699b
      This way we can be fairly certain we run tests of lower-level
      parts of the library before we run tests of higher-level more
      complex parts.  If there is any problem in a lower-level part
      of the library, the earlier test will identify it and stop,
      making it easire to troubleshoot the failure.
      
      A rough naming guide has been added for the test suite to
      explain the current category structure.
      
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Shawn O. Pearce committed
  6. 30 Dec, 2008 1 commit