summaryrefslogtreecommitdiff
path: root/tests/mpz/t-scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpz/t-scan.c')
-rw-r--r--tests/mpz/t-scan.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mpz/t-scan.c b/tests/mpz/t-scan.c
index cd590feca..69f96f65f 100644
--- a/tests/mpz/t-scan.c
+++ b/tests/mpz/t-scan.c
@@ -23,6 +23,7 @@ MA 02111-1307, USA. */
#include "gmp.h"
#include "gmp-impl.h"
#include "urandom.h"
+#include "tests.h"
unsigned long
@@ -110,6 +111,10 @@ check_ref (void)
int
main (int argc, char *argv[])
{
+ tests_start ();
+
check_ref ();
+
+ tests_end ();
exit (0);
}