[Pkg-jed-commit] r928 - jed-extra/trunk/utils

Guenter Milde milde-guest at alioth.debian.org
Mon Oct 15 09:03:42 UTC 2007


Author: milde-guest
Date: 2007-10-15 09:03:42 +0000 (Mon, 15 Oct 2007)
New Revision: 928

Modified:
   jed-extra/trunk/utils/do-unittests.sl
Log:
documentation and bug fixes

Modified: jed-extra/trunk/utils/do-unittests.sl
===================================================================
--- jed-extra/trunk/utils/do-unittests.sl	2007-10-13 23:09:59 UTC (rev 927)
+++ jed-extra/trunk/utils/do-unittests.sl	2007-10-15 09:03:42 UTC (rev 928)
@@ -1,21 +1,32 @@
 % do-unittests.sl: run the unit-tests in the /tests/ subdir
-%  
-%   run the tests with e.g. `jed -n -l ./do-unittests.sl`
 %               
 % Copyright (c) 2006 Günter Milde
 % Released under the terms of the GNU General Public License (ver. 2 or later)
 %
-% Versions:
-% 0.1 2006-03-03  initial try
+% Usage
+% -----
+%   
+% run the tests with e.g. ::
+% 
+%     jed -n -l ./do-unittests.sl
+%     
+% or::
+% 
+%      jed -n do-unittests.sl
+%      
+%      M-x evalbuffer
+%
+% Versions
+% --------
+% 
+% 0.1    2006-03-03  initial try
+% 0.1.1  2007-10-15  documentation and bug fixes
 
 
 % eval unittest.sl from the extra section
 require("extra/unittest.sl");
 
 % ignore interactive tests
-% 
-% TODO
 
 % test-run the 
-test_files_and_exit("../tests");
-
+test_files_and_exit("../tests/*");




More information about the Pkg-jed-commit mailing list