diff options
Diffstat (limited to 'sntp/tests/fileHandlingTest.h.in')
-rw-r--r-- | sntp/tests/fileHandlingTest.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sntp/tests/fileHandlingTest.h.in b/sntp/tests/fileHandlingTest.h.in index b93ed9e90293..86c9f2c7cd0e 100644 --- a/sntp/tests/fileHandlingTest.h.in +++ b/sntp/tests/fileHandlingTest.h.in @@ -1,3 +1,9 @@ +/* + * fileHandlingTest.h[.in] + * + * @configure_input@ + */ + #ifndef FILE_HANDLING_TEST_H #define FILE_HANDLING_TEST_H @@ -23,4 +29,4 @@ extern int GetFileSize(FILE *file); extern bool CompareFileContent(FILE* expected, FILE* actual); extern void ClearFile(const char * filename) ; -#endif // FILE_HANDLING_TEST_H +#endif /* FILE_HANDLING_TEST_H */ |