[uClibc-cvs] svn commit: trunk/uClibc/test/ctype

vapier at uclibc.org vapier at uclibc.org
Sat Jul 2 15:56:44 UTC 2005


Author: vapier
Date: 2005-07-02 09:56:43 -0600 (Sat, 02 Jul 2005)
New Revision: 10702

Log:
move to new test framework

Modified:
   trunk/uClibc/test/ctype/Makefile


Changeset:
Modified: trunk/uClibc/test/ctype/Makefile
===================================================================
--- trunk/uClibc/test/ctype/Makefile	2005-07-02 15:51:20 UTC (rev 10701)
+++ trunk/uClibc/test/ctype/Makefile	2005-07-02 15:56:43 UTC (rev 10702)
@@ -1,38 +1,6 @@
-# Makefile for uClibc
-#
-# Copyright (C) 2000,2001 Erik Andersen <andersen at uclibc.org>
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of the GNU Library General Public License as published by the Free
-# Software Foundation; either version 2 of the License, or (at your option) any
-# later version.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more
-# details.
-#
-# You should have received a copy of the GNU Library General Public License
-# along with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# uClibc ctype tests
+# Licensed under the GNU Library General Public License, see COPYING.LIB
 
-include ../Rules.mak
+TESTS = ctype
 
-TARGETS=ctype ctype_run
-all: $(TARGETS)
-
-ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak
-	-@ echo "-------"
-	-@ echo " "
-	-@ echo "Compiling $@ vs uClibc: "
-	-@ echo " "
-	$(CC) $(CFLAGS) -c $< -o $@.o
-	$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
-	$(STRIPTOOL) -x -R .note -R .comment $@
-
-ctype_run:
-	./ctype
-	-@ echo " "
-
-clean:
-	$(RM) *.[oa] *~ core $(TARGETS)
+include ../Test.mak




More information about the uClibc-cvs mailing list