pam: Clear up PAM_CONST related warnings on Linux
[openafs.git] / tests / Makefile.in
index 205df84..76057f6 100644 (file)
@@ -11,6 +11,7 @@ MODULE_CFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \
 
 all: runtests
        cd tap && $(MAKE) $@
+       cd auth && $(MAKE) $@
        cd util && $(MAKE) $@
 
 runtests: runtests.o
@@ -18,6 +19,7 @@ runtests: runtests.o
 
 check test tests: runtests
        cd tap && $(MAKE) $@
+       cd auth && $(MAKE) $@
        cd util && $(MAKE) $@
        ./runtests $(abs_top_srcdir)/tests/TESTS
 
@@ -25,5 +27,6 @@ install:
 
 clean distclean:
        cd tap && $(MAKE) $@
+       cd auth && $(MAKE) $@
        cd util && $(MAKE) $@
        $(RM) -f *.o core runtests