summaryrefslogtreecommitdiff
path: root/tests/mpn/toom-shared.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-22 22:31:42 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-22 22:31:42 +0100
commit1d24f38c9d56af7f5f96dfa84af67052ad2dc41c (patch)
tree668614a58733bb595b3fe57d1501401510899272 /tests/mpn/toom-shared.h
parent1c6f7e0f0936a72d501853f590376240e117745c (diff)
downloadgmp-1d24f38c9d56af7f5f96dfa84af67052ad2dc41c.tar.gz
Call tests_end().
Diffstat (limited to 'tests/mpn/toom-shared.h')
-rw-r--r--tests/mpn/toom-shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mpn/toom-shared.h b/tests/mpn/toom-shared.h
index 1a820c727..57b3181c1 100644
--- a/tests/mpn/toom-shared.h
+++ b/tests/mpn/toom-shared.h
@@ -152,5 +152,7 @@ main (int argc, char **argv)
}
}
TMP_FREE;
+
+ tests_end ();
return 0;
}