From 02a9366aedd6b1af2f2c15e1f19fd740f750ffac Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 24 Feb 2010 06:38:10 +0000 Subject: Add ASTERISK_FILE_VERSION macro. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248533 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- tests/test_strings.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/test_strings.c') 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 * * 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" -- cgit v1.2.3