chiark / gitweb /
Work around buggy FreeBSD strptime()
[disorder] / libtests / test.c
index d37d70fa78a41212e9b99ab49a3701ed825659a4..4fcb00848dfca78edabd75854cd57f95bbbb236e 100644 (file)
@@ -26,6 +26,7 @@
 long long tests, errors;
 int fail_first;
 int verbose;
+int skipped;
 
 void count_error(void) {
   ++errors;