]> git.sur5r.net Git - cc65/commit
Added test for mktime() and gmtime().
authorOliver Schmidt <ol.sc@web.de>
Tue, 24 Jul 2018 01:25:49 +0000 (03:25 +0200)
committerOliver Schmidt <ol.sc@web.de>
Tue, 24 Jul 2018 01:26:40 +0000 (03:26 +0200)
commitb04028b5d8ea4ab9984f9ab648791013004dcefb
tree25f3a49f7b1b3fbcf261d2d8b04439a3027972d3
parenteeb1b927cee5fefe6910201447a23781ef4ea720
Added test for mktime() and gmtime().

A recent regression makes gmtime()/localtime() fail. So it's obviously desirable to have a test for that code.
test/val/time.c [new file with mode: 0644]