glibc/timezone
Arjun Shankar c1f4108352 Modify several tests to use test-skeleton.c
These tests were skipped by the use-test-skeleton conversion done in
commit 29955b5d because they did not have an `int main (void)'
declaration. Instead their `main' functions were declared with arguments
(i.e. argc, argv) even though they didn't use them.

Remove these arguments and include the test skeleton in these tests.
2015-08-06 02:59:04 -04:00
..
2009-06-15 08:39:40 -07:00
2009-06-15 08:39:40 -07:00
2009-06-15 08:39:40 -07:00
2009-06-15 08:39:40 -07:00
2012-11-09 21:20:57 +00:00
2015-06-19 13:47:59 +02:00
2009-06-15 08:39:40 -07:00
2009-06-15 08:39:40 -07:00
2009-06-15 08:39:40 -07:00
2009-06-15 08:39:40 -07:00
2014-02-08 06:47:58 -05:00
2014-06-25 16:51:17 +00:00

The files
	zic.c zdump.c ialloc.c scheck.c tzfile.h
	private.h tzselect.ksh checktab.awk
come from the tzcode package by Arthur David Olson et.al.

The files
	africa antarctica asia australasia europe
	northamerica southamerica pacificnew etcetera factory
	backward systemv solar87 solar88 solar89
	iso3166.tab zone.tab leapseconds yearistype
come from the tzdata package by Arthur David Olson et.al.

Please check the ChangeLog files in the top level directory for the
version of the tzcode and tzdata packages.

These packages may be found at ftp://ftp.iana.org/tz/releases/.  Commentary
should be addressed to tz@iana.org.

The subdirectory testdata contains manually edited data files for
regression testing purposes.