X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.cpp;h=ed8f814bcdba599808ee9a033da3a993ffacec6a;hp=b4ec8cb4be17ffe1ea11b708a108961ea1504150;hb=3fb7166724ec9a4e5acac793f42c347da9aa9a87;hpb=aef64ef1f63f7b4cb9236c5c189873e48c6c999b diff --git a/check/exams.cpp b/check/exams.cpp index b4ec8cb4..ed8f814b 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-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 -#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,8 @@ try { \ EXAM(indexed) EXAM(color) EXAM(clifford) + EXAM(archive) + EXAM(structure) EXAM(misc) if (result) {