2008-01-03 20:04:30 +00:00
|
|
|
#
|
2012-10-14 21:56:13 +00:00
|
|
|
# Asterisk -- An open source telephony toolkit.
|
2017-12-22 09:23:22 -05:00
|
|
|
#
|
2008-01-03 20:04:30 +00:00
|
|
|
# Makefile for test modules
|
|
|
|
#
|
|
|
|
# Copyright (C) 2008, Digium, Inc.
|
|
|
|
#
|
|
|
|
# This program is free software, distributed under the terms of
|
|
|
|
# the GNU General Public License
|
|
|
|
#
|
|
|
|
|
|
|
|
-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
|
|
|
|
|
|
|
|
MODULE_PREFIX=test
|
2010-03-23 19:19:52 +00:00
|
|
|
MENUSELECT_CATEGORY=TESTS
|
2008-01-03 20:04:30 +00:00
|
|
|
MENUSELECT_DESCRIPTION=Test Modules
|
|
|
|
|
|
|
|
all: _all
|
|
|
|
|
|
|
|
include $(ASTTOPDIR)/Makefile.moddir_rules
|
2018-05-06 22:17:34 -04:00
|
|
|
|
2018-08-01 00:54:11 -04:00
|
|
|
test_astobj2.o: _ASTCFLAGS+=$(call get_menuselect_cflags,AO2_DEBUG)
|
2018-05-06 22:17:34 -04:00
|
|
|
test_strings.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION) $(AST_NO_STRINGOP_TRUNCATION)
|
|
|
|
test_voicemail_api.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)
|