]> www.ginac.de Git - ginac.git/blobdiff - check/exams.cpp
* Happy New Year(s)!
[ginac.git] / check / exams.cpp
index 429bfc13bde4fcef85d8953c176393971f7caa8c..4f669e5adbf063a2554963390fb7b14648b5574f 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-2007 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
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #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)
@@ -49,6 +49,10 @@ try { \
        EXAM(lsolve)
        EXAM(indexed)
        EXAM(color)
+       EXAM(clifford)
+       EXAM(archive)
+       EXAM(structure)
+       EXAM(hashmap)
        EXAM(misc)
        
        if (result) {