X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.cpp;h=11c73200cffe82e8a5e26c2511b573a9e57c553f;hp=913017fc3ba99928520ac41cbcf8fa8eba2fb4ef;hb=fdbcd40f23fc36b110b715d189125c77f77a8d8d;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7 diff --git a/check/exams.cpp b/check/exams.cpp index 913017fc..11c73200 100644 --- a/check/exams.cpp +++ b/check/exams.cpp @@ -3,7 +3,7 @@ * Main program that calls all individual exams. */ /* - * GiNaC Copyright (C) 1999-2002 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 @@ -40,6 +40,7 @@ try { \ EXAM(numeric) EXAM(powerlaws) EXAM(inifcns) + EXAM(inifcns_nstdsums) EXAM(differentiation) EXAM(polygcd) EXAM(normalization) @@ -50,6 +51,8 @@ try { \ EXAM(color) EXAM(clifford) EXAM(archive) + EXAM(structure) + EXAM(hashmap) EXAM(misc) if (result) {