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

Annotation of src/regress/Makefile, Revision 1.11

1.11    ! art         1: #      $OpenBSD: Makefile,v 1.10 2002/02/18 10:16:01 art Exp $
1.8       art         2:
                      3: #
                      4: # To run full regression tests you just need two steps:
                      5: # 1. make depend
                      6: # 2. make regress
                      7: #
                      8: # A normal "make" is not necessary and will simply do the same thing
                      9: # as "regress" (possibly with more bugs). This allows us to include
                     10: # compilation as a part of the regression test.
                     11: #
                     12: # To get a log of test results set the REGRESSLOG make variable to
                     13: # a log file, use an absolute path.
                     14: # To skip the really slow tests, set the REGRESSSKIPSLOW variable.
1.1       deraadt    15:
1.9       matthieu   16: SUBDIR+= etc bin include lib libexec sbin sys share usr.bin
1.1       deraadt    17:
                     18: regress: _SUBDIRUSE
                     19:
                     20: install:
                     21:
                     22: .include <bsd.subdir.mk>