aboutsummaryrefslogtreecommitdiff
path: root/minctest.h
diff options
context:
space:
mode:
authorMart Lubbers2016-08-28 17:41:29 +0200
committerMart Lubbers2016-08-28 17:41:29 +0200
commit0dd9c013078286896824a2a17624c6e79f1e5d36 (patch)
tree196b19a2252cd53861fafb1810aa5572a86cb906 /minctest.h
parentlinux kernel coding style, fix deprecated libraries (diff)
tabs>spacE'
Diffstat (limited to 'minctest.h')
-rw-r--r--minctest.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/minctest.h b/minctest.h
index 0170480..071a5af 100644
--- a/minctest.h
+++ b/minctest.h
@@ -23,12 +23,12 @@
#include <sys/time.h>
struct tester {
- uint16_t passed; // Number of passed tests
- uint16_t failed; // Number of failed tests
- bool show_pass; // Whether or not to print a message when a test passes
- struct timeval start_last_test; // Time last test was started
- struct timeval created; // Time this was created
- __suseconds_t used; // usecs used for tests
+ uint16_t passed; // Number of passed tests
+ uint16_t failed; // Number of failed tests
+ bool show_pass; // Whether or not to print a message when a test passes
+ struct timeval start_last_test; // Time last test was started
+ struct timeval created; // Time this was created
+ __suseconds_t used; // usecs used for tests
};
/**