mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Add ASTERISK_FILE_VERSION macro.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16,13 +16,14 @@
|
|||||||
* at the top of the source tree.
|
* at the top of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file
|
/*!
|
||||||
*
|
* \file
|
||||||
* \brief Dynamic string tests
|
* \brief Dynamic string tests
|
||||||
*
|
*
|
||||||
* \author Mark Michelson <mmichelson@digium.com>
|
* \author Mark Michelson <mmichelson@digium.com>
|
||||||
*
|
*
|
||||||
* This module will run some dyanmic string tests.
|
* This module will run some dyanmic string tests.
|
||||||
|
*
|
||||||
* \ingroup tests
|
* \ingroup tests
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -31,6 +32,9 @@
|
|||||||
***/
|
***/
|
||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
|
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||||
|
|
||||||
#include "asterisk/test.h"
|
#include "asterisk/test.h"
|
||||||
#include "asterisk/utils.h"
|
#include "asterisk/utils.h"
|
||||||
#include "asterisk/strings.h"
|
#include "asterisk/strings.h"
|
||||||
|
Reference in New Issue
Block a user