X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=tests%2Fopr%2FMakefile.in;h=17d6f9f4ad8af5ce095519498b1dd864e80a852f;hp=9dc07bbebff2bc139b78b321b0a20c8db3f66411;hb=5574ff814f02078b709cbc0a6c94201ca6fe2eca;hpb=55efff93fe2762b58dc70cdd20aaf97e39825929 diff --git a/tests/opr/Makefile.in b/tests/opr/Makefile.in index 9dc07bb..17d6f9f 100644 --- a/tests/opr/Makefile.in +++ b/tests/opr/Makefile.in @@ -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