diff options
Diffstat (limited to '')
-rw-r--r-- | src/unitsuite.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/unitsuite.h b/src/unitsuite.h index 7d026c2..74aac6f 100644 --- a/src/unitsuite.h +++ b/src/unitsuite.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include "bu/list.h" | 12 | #include "bu/list.h" |
13 | #include "fstring.h" | 13 | #include "fstring.h" |
14 | #include "bu/file.h" | ||
14 | 15 | ||
15 | namespace Bu | 16 | namespace Bu |
16 | { | 17 | { |
@@ -61,7 +62,7 @@ namespace Bu | |||
61 | 62 | ||
62 | int run( int argc=0, char *argv[]=NULL ); | 63 | int run( int argc=0, char *argv[]=NULL ); |
63 | 64 | ||
64 | void tempFile( Bu::FString &sFileName ); | 65 | Bu::File tempFile( Bu::FString &sFileName ); |
65 | 66 | ||
66 | typedef void (UnitSuite::*Test)(); | 67 | typedef void (UnitSuite::*Test)(); |
67 | 68 | ||
@@ -110,6 +111,7 @@ namespace Bu | |||
110 | 111 | ||
111 | typedef Bu::List<Bu::FString> StrList; | 112 | typedef Bu::List<Bu::FString> StrList; |
112 | StrList lFileCleanup; | 113 | StrList lFileCleanup; |
114 | int iNameWidth; | ||
113 | }; | 115 | }; |
114 | } | 116 | } |
115 | 117 | ||