From 14ca2a8582dd61bea451d4a8abfccbde99a78550 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 22 Jul 2012 22:40:43 -0500 Subject: [PATCH] Add missing Testfile --- src/std/filters/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/filters/test/Makefile b/src/std/filters/test/Makefile index 675896f20..f5789c4a1 100644 --- a/src/std/filters/test/Makefile +++ b/src/std/filters/test/Makefile @@ -45,7 +45,7 @@ arrTest_SRCS += arrTest.cpp arrTest_SRCS += arrTest_registerRecordDeviceDriver.cpp testHarness_SRCS += arrTest.cpp testHarness_SRCS += arrTest_registerRecordDeviceDriver.cpp -TESTFILES += $(COMMON_DIR)/arrTest.dbd +TESTFILES += $(COMMON_DIR)/arrTest.dbd ../arrTest.db TESTS += arrTest TARGETS += $(COMMON_DIR)/syncTest.dbd