[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / regress

Diff for /src/regress/Makefile between version 1.7 and 1.8

version 1.7, 2001/09/06 20:55:02 version 1.8, 2002/01/04 22:40:04
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.5 1995/04/20 22:37:12 cgd Exp $  
   #
   # To run full regression tests you just need two steps:
   # 1. make depend
   # 2. make regress
   #
   # A normal "make" is not necessary and will simply do the same thing
   # as "regress" (possibly with more bugs). This allows us to include
   # compilation as a part of the regression test.
   #
   # To get a log of test results set the REGRESSLOG make variable to
   # a log file, use an absolute path.
   # To skip the really slow tests, set the REGRESSSKIPSLOW variable.
   
 # missing: libexec bin usr.sbin share games gnu  # missing: libexec bin usr.sbin share games gnu
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8