opr: Add a red/black tree implementation
[openafs.git] / tests / opr / Makefile.in
index 9dc07bb..17d6f9f 100644 (file)
@@ -7,12 +7,15 @@ MODULE_CFLAGS = -I$(srcdir)/..
 
 LIBS=../tap/libtap.a $(abs_top_builddir)/lib/libopr.a
 
-tests = queues-t
+tests = queues-t rbtree-t
 
 all check test tests: $(tests)
 
 queues-t: queues-t.o
        $(AFS_LDRULE) queues-t.o ../tap/libtap.a $(XLIBS)
 
+rbtree-t: rbtree-t.o $(LIBS)
+       $(AFS_LDRULE) rbtree-t.o ../tap/libtap.a $(LIBS) $(XLIBS)
+
 clean distclean:
        $(RM) -f $(tests) *.o core