Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 29 Jul 2011 15:18:39 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: test framework

now that cluts has many tests i was started to
think how to put these into a framework so it's
easy to add new tests

imho it is a tiny bit more convenient than just
writing functions which return nonzero on error

i also added benchmarking support now
(some tests and benchmarks were added from
libc-testsuit and libc-bench)

http://repo.or.cz/w/musl-test.git

the idea of iterative benchmarking until elapsed
time is large enough is from the go testing
package, i'm not sure if this is the right
approach (for the malloc benchmarks it is not)

(makefile is uglier than it should be because i
still haven't fixed my musl-gcc)

finally: i added short int and int division
benchmarks to verify a discussion on irc :)

comments are welome

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.