tests: Add test to ensure 64 bit time_t
This commit is contained in:
@@ -53,6 +53,11 @@ class TestDiagnostics(TestCase):
|
|||||||
self.assertIn("edlin", out)
|
self.assertIn("edlin", out)
|
||||||
self.assertIn("strict", 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__":
|
if __name__ == "__main__":
|
||||||
from simpletap import TAPTestRunner
|
from simpletap import TAPTestRunner
|
||||||
|
|||||||
Reference in New Issue
Block a user