X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexams.cpp;h=03a836996dcfa2c46e86f0ec247022971f7b64ac;hb=37f28c653db4b48a89641b0d195f8f0c3c7ab426;hp=b4ec8cb4be17ffe1ea11b708a108961ea1504150;hpb=aef64ef1f63f7b4cb9236c5c189873e48c6c999b;p=ginac.git diff --git a/check/exams.cpp b/check/exams.cpp index b4ec8cb4..03a83699 100644 --- a/check/exams.cpp +++ b/check/exams.cpp @@ -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-2005 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 @@ -17,11 +17,10 @@ * * 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 -#include #include "exams.h" @@ -41,6 +40,7 @@ try { \ EXAM(numeric) EXAM(powerlaws) EXAM(inifcns) + EXAM(inifcns_nstdsums) EXAM(differentiation) EXAM(polygcd) EXAM(normalization) @@ -50,6 +50,9 @@ try { \ EXAM(indexed) EXAM(color) EXAM(clifford) + EXAM(archive) + EXAM(structure) + EXAM(hashmap) EXAM(misc) if (result) {