2006-08-19 Aaron Bockover <abockover@novell.com>
authorAaron Bockover <abockover@novell.com>
Sat, 19 Aug 2006 19:33:12 +0000 (19:33 -0000)
committerAaron Bockover <abockover@novell.com>
Sat, 19 Aug 2006 19:33:12 +0000 (19:33 -0000)
commit98a764c554126182bc9dae6ee2cd497e7900643c
treef9e859a5260e3531e0f3cc04625e9dfca92e203a
parenta7dbc969f03e9c9fcd528772efc1f6334adb394d
2006-08-19  Aaron Bockover  <abockover@novell.com>

    * test/test.c: Perform iterations at the test level, only output one
    report for all iterations of tests in a group to produce more usable
    output; add timing for the tests and group; added get_timestamp for
    easy code timing

    * test/test.h: Removed run_test as it should only be called from
    run_group, added get_timestamp

    * test/Makefile.am: Added -DDRIVER_NAME

    * test/test-both: simple script to run both drivers with the same options

    * test/driver.c: Iterations are now run at the test level, show a global
    status (OK/FAIL) indicator

    * test/README: Updated

    * configure.ac: Renamed from configure.in as configure.in naming
    convention is deprecated in favor of configure.ac

    * autogen.sh: s/configure.in/configure.ac/

svn path=/trunk/mono/; revision=64048
eglib/ChangeLog
eglib/autogen.sh
eglib/configure.ac [new file with mode: 0644]
eglib/configure.in [deleted file]
eglib/test/Makefile.am
eglib/test/README
eglib/test/driver.c
eglib/test/test-both [new file with mode: 0755]
eglib/test/test.c
eglib/test/test.h