]> www.ginac.de Git - ginac.git/blobdiff - check/exams.cpp
Removed debugging code.
[ginac.git] / check / exams.cpp
index 41097741b669f103272981ac58de607f3192fa62..11c73200cffe82e8a5e26c2511b573a9e57c553f 100644 (file)
@@ -3,7 +3,7 @@
  *  Main program that calls all individual exams. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
  */
 
 #include <stdexcept>
-#include <iostream>
 
 #include "exams.h"
 
@@ -41,6 +40,7 @@ try { \
        EXAM(numeric)
        EXAM(powerlaws)
        EXAM(inifcns)
+       EXAM(inifcns_nstdsums)
        EXAM(differentiation)
        EXAM(polygcd)
        EXAM(normalization)
@@ -51,6 +51,8 @@ try { \
        EXAM(color)
        EXAM(clifford)
        EXAM(archive)
+       EXAM(structure)
+       EXAM(hashmap)
        EXAM(misc)
        
        if (result) {