From 1587c44d7951aa92818a7f3a2dc963bad7fd4e51 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 28 Aug 2015 15:19:23 -0500 Subject: [PATCH] db/test: Add missing dependency --- src/ioc/db/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ioc/db/test/Makefile b/src/ioc/db/test/Makefile index afed4f7b0..17b4518f7 100644 --- a/src/ioc/db/test/Makefile +++ b/src/ioc/db/test/Makefile @@ -148,5 +148,6 @@ include $(TOP)/configure/RULES xRecord$(DEP): $(COMMON_DIR)/xRecord.h dbPutLinkTest$(DEP): $(COMMON_DIR)/xRecord.h +dbStressLock$(DEP): $(COMMON_DIR)/xRecord.h scanIoTest$(DEP): $(COMMON_DIR)/yRecord.h