2006-08-18 Aaron Bockover <abockover@novell.com>
authorAaron Bockover <abockover@novell.com>
Sat, 19 Aug 2006 00:10:39 +0000 (00:10 -0000)
committerAaron Bockover <abockover@novell.com>
Sat, 19 Aug 2006 00:10:39 +0000 (00:10 -0000)
commit0f6a2ba0c7de52038beb04378ac9c24d231ce5ce
treeed10f6828ddc86cb352d82aef8d1ad64e9ef0afd
parent3d08f20c63e8a040b89aba28a9c0b7437c890455
2006-08-18  Aaron Bockover  <abockover@novell.com>

    * test/driver.c: Added getopt support and code timing, among other
    nice features to make testing/profiling easier

    * test/test.c: Add support for suppressing output (quiet) and
    define RESULT, FAILED, and OK

    * src/glib.h:
    * src/glist.c: Added g_list_nth_data implementation

    * test/slist.c:
    * test/string-util.c:
    * test/ptrarray.c:
    * test/string.c:
    * test/hashtable.c:
    * test/list.c: Use RESULT, FAILURE, and OK for tests

svn path=/trunk/mono/; revision=64032
12 files changed:
eglib/ChangeLog
eglib/src/glib.h
eglib/src/glist.c
eglib/test/driver.c
eglib/test/hashtable.c
eglib/test/list.c
eglib/test/ptrarray.c
eglib/test/slist.c
eglib/test/string-util.c
eglib/test/string.c
eglib/test/test.c
eglib/test/test.h