2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Add visudo tests to check target

This commit is contained in:
Todd C. Miller 2011-01-07 15:10:28 -05:00
parent ac857d6e9d
commit e8cc22c0c8

View File

@ -354,10 +354,10 @@ uninstall:
check: check_iolog_path
@./check_iolog_path $(srcdir)/regress/iolog_path/data
@for t in $(srcdir)/regress/testsudoers/test*.sh; do SRCDIR=$(srcdir) $(SHELL) $$t; done
@for t in $(srcdir)/regress/testsudoers/test*.sh $(srcdir)/regress/visudo/test*.sh; do SRCDIR=$(srcdir) $(SHELL) $$t; done
clean:
-$(LIBTOOL) --mode=clean rm -f $(PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* test*.out
-$(LIBTOOL) --mode=clean rm -f $(PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* *.out
mostlyclean: clean