]> granicus.if.org Git - sudo/commitdiff
Actually run check_addr in the check target
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 29 Aug 2011 18:48:09 +0000 (14:48 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 29 Aug 2011 18:48:09 +0000 (14:48 -0400)
plugins/sudoers/Makefile.in

index 9ca58ba6cfa7c50ae01d483fd6f5211d55e6a97f..43e7ab4f8500e65c0d7aabdc2050d4ea9234a82c 100644 (file)
@@ -263,10 +263,12 @@ uninstall:
 
 check: $(TEST_PROGS) visudo testsudoers
        @-rval=0; \
-       ./check_iolog_path $(srcdir)/regress/iolog_path/data; \
+       ./check_addr $(srcdir)/regress/parser/check_addr.in; \
        rval=`expr $$rval + $$?`; \
        ./check_fill; \
        rval=`expr $$rval + $$?`; \
+       ./check_iolog_path $(srcdir)/regress/iolog_path/data; \
+       rval=`expr $$rval + $$?`; \
        ./check_wrap $(srcdir)/regress/logging/check_wrap.in > check_wrap.out; \
        diff check_wrap.out $(srcdir)/regress/logging/check_wrap.out.ok; \
        rval=`expr $$rval + $$?`; \