mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
tests: Add test to ensure 64 bit time_t
This commit is contained in:
parent
af5e81434f
commit
1a52c59356
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ class TestDiagnostics(TestCase):
|
|||
self.assertIn("edlin", out)
|
||||
self.assertIn("strict", out)
|
||||
|
||||
def test_64bit_time_t(self):
|
||||
"""Test that time_t has size of 64 bits"""
|
||||
code, out, err = self.t.diag()
|
||||
self.assertIn("+time_t64", out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from simpletap import TAPTestRunner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue