git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Add bounds checking prior to IOs in vldb_check
[openafs.git]
/
tests
/
Makefile.in
diff --git
a/tests/Makefile.in
b/tests/Makefile.in
index
66d4ad2
..
7118378
100644
(file)
--- a/
tests/Makefile.in
+++ b/
tests/Makefile.in
@@
-10,6
+10,7
@@
RUNTESTS_CPPFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \
all: runtests
cd tap && $(MAKE) $@
+ cd util && $(MAKE) $@
runtests.o: $(srcdir)/runtests.c
$(CCOBJ) $(CFLAGS) $(RUNTESTS_CPPFLAGS) -c $(srcdir)/runtests.c
@@
-25,4
+26,5
@@
install:
clean distclean:
cd tap && $(MAKE) $@
+ cd util && $(MAKE) $@
$(RM) -f *.o core runtests