/*
* Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* $Id$ */
/*! \file */
#include <config.h>
#include <atf-c.h>
#include <unistd.h>
#include "dnstest.h"
/*
* Individual unit tests
*/
/* value = 0xfffffffff <-> 19691231235959 */
}
dns_test_end();
}
/* value = 0x000000000 <-> 19700101000000*/
}
dns_test_end();
}
/* value = 0x7fffffff <-> 20380119031407 */
}
dns_test_end();
}
/* value = 0x80000000 <-> 20380119031408 */
}
dns_test_end();
}
/* value = 0xef68f5d0 <-> 19610307130000 */
}
dns_test_end();
}
/* value = 0x4d74d6d0 <-> 20110307130000 */
}
dns_test_end();
}
/*
* Main
*/
return (atf_no_error());
}