]> www.ginac.de Git - ginac.git/blobdiff - check/exams.cpp
improved the CLN C-source output (integers are printed as integers, and
[ginac.git] / check / exams.cpp
index 429bfc13bde4fcef85d8953c176393971f7caa8c..913017fc3ba99928520ac41cbcf8fa8eba2fb4ef 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-2002 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"
 
@@ -49,6 +48,8 @@ try { \
        EXAM(lsolve)
        EXAM(indexed)
        EXAM(color)
+       EXAM(clifford)
+       EXAM(archive)
        EXAM(misc)
        
        if (result) {