X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=check%2Fexams.cpp;h=11c73200cffe82e8a5e26c2511b573a9e57c553f;hb=e448ebb4a6e9422b168ac4288cb65cb3a633698d;hp=a10d8e476e4183a694b082a18f94976519111484;hpb=fbdd5eefb7188778ca9c04b5bee08223609b880f;p=ginac.git diff --git a/check/exams.cpp b/check/exams.cpp index a10d8e47..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-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 @@ -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) {