From 69f7901fc0de9c3f219ee2d4340d0bb07f658593 Mon Sep 17 00:00:00 2001
From: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Date: Tue, 23 Mar 2010 19:19:52 +0000
Subject: [PATCH] Change the name of the category 'TEST' to match the name of
 the subdir

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@254001 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
-- 
GitLab