1. 03 Mar, 2011 1 commit
    • Cleanup the testing toolkit · 3dccfed1
      Tests are now declared with detailed descriptions and a short test name:
      
      	BEGIN_TEST(the_test0, "this is an example test that does something")
      		...
      	END_TEST
      
      Modules are declared through a simple macro interface:
      
      	BEGIN_MODULE(mod_name)
      		ADD_TEST(the_test0);
      		...
      	END_MODULE
      
      Error messages when tests fail have been greatly improved.
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
  2. 02 Feb, 2011 2 commits
  3. 28 Feb, 2010 1 commit
  4. 20 Jan, 2010 1 commit
  5. 02 Nov, 2008 1 commit