X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexams.cpp;h=b175515503a2ac9d33eae90ff0bb8c25d075a77d;hb=781107fc309db9eadc2e0540d35d9813da0afd4d;hp=429bfc13bde4fcef85d8953c176393971f7caa8c;hpb=15c7209ed2f914cd3a40490c0e80e34307b1fead;p=ginac.git diff --git a/check/exams.cpp b/check/exams.cpp index 429bfc13..b1755155 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-2004 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) @@ -49,6 +49,10 @@ try { \ EXAM(lsolve) EXAM(indexed) EXAM(color) + EXAM(clifford) + EXAM(archive) + EXAM(structure) + EXAM(hashmap) EXAM(misc) if (result) {