Add a small string formatting utility to opr
[openafs.git] / tests / opr / Makefile.in
index 30a4d95..5e7057c 100644 (file)
@@ -7,13 +7,16 @@ MODULE_CFLAGS = -I$(srcdir)/../..
 
 LIBS=../tap/libtap.a $(abs_top_builddir)/src/opr/liboafs_opr.la
 
-tests = dict-t jhash-t queues-t rbtree-t time-t uuid-t
+tests = dict-t fmt-t jhash-t queues-t rbtree-t time-t uuid-t
 
 all check test tests: $(tests)
 
 dict-t: dict-t.o
        $(LT_LDRULE_static) dict-t.o $(LIBS) $(XLIBS)
 
+fmt-t: fmt-t.o
+       $(LT_LDRULE_static) fmt-t.o $(LIBS) $(XLIBS)
+
 queues-t: queues-t.o
        $(LT_LDRULE_static) queues-t.o ../tap/libtap.a $(XLIBS)