summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/Makefile.in')
-rw-r--r--test/unit/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in
index 10ddbe2c5..0e1015ca4 100644
--- a/test/unit/Makefile.in
+++ b/test/unit/Makefile.in
@@ -11,6 +11,8 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
UNIT_SOURCE=\
+ device-mapper/vdo/status.c \
+ \
test/unit/bcache_t.c \
test/unit/bcache_utils_t.c \
test/unit/bitset_t.c \
@@ -22,7 +24,8 @@ UNIT_SOURCE=\
test/unit/framework.c \
test/unit/percent_t.c \
test/unit/run.c \
- test/unit/string_t.c
+ test/unit/string_t.c \
+ test/unit/vdo_t.c
UNIT_DEPENDS=$(subst .c,.d,$(UNIT_SOURCE))
UNIT_OBJECTS=$(UNIT_SOURCE:%.c=%.o)