X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexams.cpp;h=d47b6ea262b900caddb5c09b4cc6bc0d8055132a;hb=ac6876ff6df9425a6076586796a57c7d13274df4;hp=41097741b669f103272981ac58de607f3192fa62;hpb=336c03561cdacb388041cf9345c51a28465ee653;p=ginac.git diff --git a/check/exams.cpp b/check/exams.cpp index 41097741..d47b6ea2 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 @@ -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) @@ -51,6 +51,8 @@ try { \ EXAM(color) EXAM(clifford) EXAM(archive) + EXAM(structure) + EXAM(hashmap) EXAM(misc) if (result) {