diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-29 07:58:51 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-29 07:58:51 +0100 |
commit | eccf2986513cc41c412b1c30aa5dcb88a4c981b5 (patch) | |
tree | e4c973f5c863cf9bd1cfb936e161be431ed0ba33 /open_issues/unit_testing.mdwn | |
parent | e688f83d17f89a37eeef599b12e9626f5ba1629c (diff) | |
download | web-eccf2986513cc41c412b1c30aa5dcb88a4c981b5.tar.gz web-eccf2986513cc41c412b1c30aa5dcb88a4c981b5.tar.bz2 web-eccf2986513cc41c412b1c30aa5dcb88a4c981b5.zip |
Add links to some LWN articles, and then some.
Diffstat (limited to 'open_issues/unit_testing.mdwn')
-rw-r--r-- | open_issues/unit_testing.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn index b9fb3700..80a2860a 100644 --- a/open_issues/unit_testing.mdwn +++ b/open_issues/unit_testing.mdwn @@ -43,3 +43,13 @@ abandoned). * <http://www.codesourcery.com/public/qmtest/qmtest-snapshot/share/doc/qmtest/html/tutorial/index.html> * <http://www.codesourcery.com/public/qmtest/qmtest-snapshot/share/doc/qmtest/html/manual/index.html> + + * [*[ANNOUNCE] ktest.pl: Easy and flexible testing script for Linux Kernel + Developers*](http://lwn.net/Articles/412302/) by Steven Rostedt, + 2010-10-28. + + * <http://www.phoronix-test-suite.com/> -- ``comprehensive testing and + benchmarking platform''. This one might be useful for [[performance]] + testing, too? + + * <http://ltp.sourceforge.net/> |