81baaebbc7734a717058f253853361a4fd3b2078Tinderbox User * Copyright (C) 2000, 2001, 2004, 2007, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater/* $Id: driver.c,v 1.11 2007/06/19 23:47:00 tbox Exp $ */
a453f5b98e8f31889cde087403395d672f9df698Michael Graff#define NTESTS (sizeof(tests) / sizeof(test_t))
a453f5b98e8f31889cde087403395d672f9df698Michael Graffconst char *gettime(void);
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews#if defined(ISC_PLATFORM_USETHREADS) && !defined(WIN32)
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews#if defined(ISC_PLATFORM_USETHREADS) && !defined(WIN32)
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews strftime(now, sizeof(now) - 1, "%A %d %B %H:%M:%S %Y",
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews strftime(now, sizeof(now) - 1, "%A %d %B %H:%M:%S %Y", localtime(&t));
a453f5b98e8f31889cde087403395d672f9df698Michael Graff const char *s;
a453f5b98e8f31889cde087403395d672f9df698Michael Graff s = "UNTESTED";
a453f5b98e8f31889cde087403395d672f9df698Michael Graff s = "UNKNOWN";
f1b68725503ff3e46001eee5a1751e29a43a09d1Andreas Gustafsson for (testno = 0; testno < NTESTS; testno++) {