timestamp_t: a new data type for timestamps
[gitweb.git] / t / test-lib.sh
index 13b5696822d7cd054ed00cd5b4111ab39d3606cb..8d25cb7c18343232eee39b54b55e890b682af2d9 100644 (file)
@@ -1164,3 +1164,6 @@ build_option () {
 test_lazy_prereq LONG_IS_64BIT '
        test 8 -le "$(build_option sizeof-long)"
 '
+
+test_lazy_prereq TIME_IS_64BIT 'test-date is64bit'
+test_lazy_prereq TIME_T_IS_64BIT 'test-date time_t-is64bit'