Bug 550040 - Move GString, rand and printf tests to the unit test
authorPaolo Borelli <pborelli@katamail.com>
Mon, 1 Sep 2008 09:31:40 +0000 (09:31 +0000)
committerPaolo Borelli <pborelli@src.gnome.org>
Mon, 1 Sep 2008 09:31:40 +0000 (09:31 +0000)
commite6eb8095995309484a963769b42f58c7f818f055
tree5e33b14e7a4111578fa2e0d743b4b4f52e20309d
parente701ea96b637bcb8cf21e72e0caa7c82e10e278c
Bug 550040 - Move GString, rand and printf tests to the unit test

2008-09-01  Paolo Borelli  <pborelli@katamail.com>

Bug 550040 - Move GString, rand and printf tests to the unit test
framework

* tests/printf-test.c:
* tests/rand-test.c:
* tests/string-test.c:
Removed

* glib/tests/printf.c:
* glib/tests/rand.c:
* glib/tests/string.c:
Added

* tests/Makefile.am:
* glib/tests/Makefile.am:
Updated for the above

svn path=/trunk/; revision=7419
ChangeLog
glib/tests/Makefile.am
glib/tests/printf.c [new file with mode: 0644]
glib/tests/rand.c [moved from tests/rand-test.c with 62% similarity]
glib/tests/string.c [new file with mode: 0644]
tests/Makefile.am
tests/printf-test.c [deleted file]
tests/string-test.c [deleted file]