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:
parent
ac857d6e9d
commit
e8cc22c0c8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user