aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-24 06:38:10 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-24 06:38:10 +0000
commit95fcdb7c5c685dd5279f4422cdbe23778274259a (patch)
tree9546e8b456e61cfadff10216178992de73dbaef8 /tests
parent68a45df954d2b128a989ab1febcffec4b59309db (diff)
Add ASTERISK_FILE_VERSION macro.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@248533 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_strings.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/test_strings.c b/tests/test_strings.c
index 98b8d02c3..2a54beb54 100644
--- a/tests/test_strings.c
+++ b/tests/test_strings.c
@@ -16,13 +16,14 @@
* at the top of the source tree.
*/
-/*! \file
- *
+/*!
+ * \file
* \brief Dynamic string tests
*
* \author Mark Michelson <mmichelson@digium.com>
*
* This module will run some dyanmic string tests.
+ *
* \ingroup tests
*/
@@ -31,6 +32,9 @@
***/
#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/test.h"
#include "asterisk/utils.h"
#include "asterisk/strings.h"