2 # Asterisk -- An open source telephony toolkit.
4 # Makefile for test modules
6 # Copyright (C) 2008, Digium, Inc.
8 # This program is free software, distributed under the terms of
9 # the GNU General Public License
12 -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
15 MENUSELECT_CATEGORY=TESTS
16 MENUSELECT_DESCRIPTION=Test Modules
20 include $(ASTTOPDIR)/Makefile.moddir_rules
22 test_astobj2.o: _ASTCFLAGS+=$(call get_menuselect_cflags,AO2_DEBUG)
23 test_strings.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION) $(AST_NO_STRINGOP_TRUNCATION)
24 test_voicemail_api.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)