Clean up our cleaning
[openafs.git] / tests / opr / Makefile.in
index 3719ce0..7625eb4 100644 (file)
@@ -7,10 +7,16 @@ MODULE_CFLAGS = -I$(srcdir)/../..
 
 LIBS=../tap/libtap.a $(abs_top_builddir)/src/opr/liboafs_opr.la
 
-tests = 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)
 
@@ -27,4 +33,5 @@ uuid-t: uuid-t.o
        $(LT_LDRULE_static) uuid-t.o ../tap/libtap.a $(LIBS) $(XLIBS)
 
 clean distclean:
+       $(LT_CLEAN)
        $(RM) -f $(tests) *.o core