lwp: Don't cast returns from malloc()
[openafs.git] / tests / opr / Makefile.in
index 17d6f9f..2e9e867 100644 (file)
@@ -3,11 +3,11 @@ abs_top_builddir=@abs_top_builddir@
 include @TOP_OBJDIR@/src/config/Makefile.config
 include @TOP_OBJDIR@/src/config/Makefile.lwp
 
-MODULE_CFLAGS = -I$(srcdir)/..
+MODULE_CFLAGS = -I$(srcdir)/../..
 
 LIBS=../tap/libtap.a $(abs_top_builddir)/lib/libopr.a
 
-tests = queues-t rbtree-t
+tests = jhash-t queues-t rbtree-t
 
 all check test tests: $(tests)
 
@@ -17,5 +17,8 @@ queues-t: queues-t.o
 rbtree-t: rbtree-t.o $(LIBS)
        $(AFS_LDRULE) rbtree-t.o ../tap/libtap.a $(LIBS) $(XLIBS)
 
+jhash-t: jhash-t.o
+       $(AFS_LDRULE) jhash-t.o ../tap/libtap.a $(XLIBS)
+
 clean distclean:
        $(RM) -f $(tests) *.o core