cvs: gd /libgd/tests CMakeLists.txt Makefile.am

[email protected] ("Takeshi Abe") Mon, 20 Apr 2009 09:49:29 -0000
Newsgroups php.gd.cvs
Message-ID <cvstabe1240220969@cvsserver>
tabe		Mon Apr 20 09:49:29 2009 UTC

  Modified files:              
    /gd/libgd/tests	Makefile.am CMakeLists.txt 
  Log:
  sort subdirs in alphabetical order except gdtest
  
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/Makefile.am?r1=1.6&r2=1.7&diff_format=u
Index: gd/libgd/tests/Makefile.am
diff -u gd/libgd/tests/Makefile.am:1.6 gd/libgd/tests/Makefile.am:1.7
--- gd/libgd/tests/Makefile.am:1.6	Mon Apr 20 08:58:14 2009
+++ gd/libgd/tests/Makefile.am	Mon Apr 20 09:49:29 2009
@@ -1,7 +1,32 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 AUTOMAKE_OPTIONS = foreign 1.7
 
-SUBDIRS = gd2 gdimagecolordeallocate gdimagecolortransparent gdimagefill gdimagefilltoborder gdtest jpeg gdimagearc gdimagecolorexact gdimagecopy gdimagefilledellipse gdimageline gdimagepixelate gdtiled freetype gdimagecolorclosest gdimagecolorreplace gdimagecolorresolve gdimagecopyrotated gdimagefilledrectangle gdimagerectangle gdimagesetpixel gif png xpm gdimagestringftex
+SUBDIRS = gdtest \
+		freetype \
+		gd2 \
+		gdimagearc \
+		gdimagecolorclosest \
+		gdimagecolordeallocate \
+		gdimagecolorexact \
+		gdimagecolorreplace \
+		gdimagecolorresolve \
+		gdimagecolortransparent \
+		gdimagecopy \
+		gdimagecopyrotated \
+		gdimagefill \
+		gdimagefilledellipse \
+		gdimagefilledrectangle \
+		gdimagefilltoborder \
+		gdimageline \
+		gdimagepixelate \
+		gdimagerectangle \
+		gdimagesetpixel \
+		gdimagestringftex \
+		gdtiled \
+		gif \
+		jpeg \
+		png \
+		xpm
 
 EXTRA_DIST = CMakeLists.txt
 
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/CMakeLists.txt?r1=1.12&r2=1.13&diff_format=u
Index: gd/libgd/tests/CMakeLists.txt
diff -u gd/libgd/tests/CMakeLists.txt:1.12 gd/libgd/tests/CMakeLists.txt:1.13
--- gd/libgd/tests/CMakeLists.txt:1.12	Mon Apr 20 08:58:14 2009
+++ gd/libgd/tests/CMakeLists.txt	Mon Apr 20 09:49:29 2009
@@ -22,32 +22,32 @@
 
 	SET(TESTS_DIRS
 		gdtest
+		freetype
+		gd2
 		gdimagearc
 		gdimagecolorclosest
+		gdimagecolordeallocate
 		gdimagecolorexact
 		gdimagecolorreplace
 		gdimagecolorresolve
-		gdimagecolordeallocate
 		gdimagecolortransparent
+		gdimagecopy
+		gdimagecopyrotated
 		#gdimageellipse
-		gdimagepixelate
-		gdimageline
+		gdimagefill
 		gdimagefilledellipse
-		gdimagecopyrotated
-		gdtiled
+		gdimagefilledrectangle
+		gdimagefilltoborder
+		gdimageline
+		gdimagepixelate
 		gdimagerectangle
 		gdimagesetpixel
-		gdimagefilledrectangle
-		gd2
+		gdimagestringftex
+		gdtiled
 		gif
 		jpeg
 		png
-		gdimagecopy
-		gdimagefill
-		gdimagefilltoborder
-		freetype
 		xpm
-		gdimagestringftex
 	)
 
 	IF (WIN32)