From c4b8da7cb59cb2f567c872aae374428fbe1bd861 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 23 Mar 2010 22:05:04 +0000 Subject: [PATCH] Merged revisions 254001 via svnmerge from http://svn.digium.com/svn/asterisk/trunk ........ r254001 | tzafrir | 2010-03-23 21:19:52 +0200 (Tue, 23 Mar 2010) | 2 lines Change the name of the category 'TEST' to match the name of the subdir ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@254131 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 83ce0b2629..4f1a0677b9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,7 +12,7 @@ -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps MODULE_PREFIX=test -MENUSELECT_CATEGORY=TEST +MENUSELECT_CATEGORY=TESTS MENUSELECT_DESCRIPTION=Test Modules all: _all -- 2.47.2