home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel 68k / lib_test / run_test.e < prev    next >
Encoding:
Text File  |  1996-06-13  |  175 b   |  19 lines  |  [TEXT/EDIT]

  1. class RUN_TEST
  2.  
  3. creation create
  4.  
  5. feature
  6.  
  7.    purify: expanded PURIFY;
  8.  
  9.    create is
  10.       do
  11.      run
  12.       end;
  13.  
  14.    run is
  15.       do
  16.      purify.new_leaks
  17.       end
  18. end -- RUN_TEST
  19.