opr: Add UUID handling functions
[openafs.git] / tests / opr / Makefile.in
index dccdb58..e276dc4 100644 (file)
@@ -7,7 +7,7 @@ MODULE_CFLAGS = -I$(srcdir)/../..
 
 LIBS=../tap/libtap.a $(abs_top_builddir)/lib/libopr.a
 
-tests = jhash-t queues-t rbtree-t time-t
+tests = jhash-t queues-t rbtree-t time-t uuid-t
 
 all check test tests: $(tests)
 
@@ -23,5 +23,8 @@ jhash-t: jhash-t.o
 time-t: time-t.o
        $(AFS_LDRULE) time-t.o ../tap/libtap.a $(XLIBS)
 
+uuid-t: uuid-t.o
+       $(AFS_LDRULE) uuid-t.o ../tap/libtap.a $(LIBS) $(LIB_hcrypto) $(XLIBS)
+
 clean distclean:
        $(RM) -f $(tests) *.o core