Introduce gdb::array_view
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 85de646a189b2ddd85a0f217988dfd44fbfef17e..d9094fd956f0aafc30308a331b7521b1d78ae395 100644 (file)
@@ -526,6 +526,7 @@ SUBDIR_PYTHON_LDFLAGS =
 SUBDIR_PYTHON_CFLAGS =
 
 SUBDIR_UNITTESTS_SRCS = \
+       unittests/array-view-selftests.c \
        unittests/environ-selftests.c \
        unittests/function-view-selftests.c \
        unittests/offset-type-selftests.c \
@@ -534,6 +535,7 @@ SUBDIR_UNITTESTS_SRCS = \
        unittests/scoped_restore-selftests.c
 
 SUBDIR_UNITTESTS_OBS = \
+       array-view-selftests.o \
        environ-selftests.o \
        function-view-selftests.o \
        offset-type-selftests.o \
This page took 0.024476 seconds and 4 git commands to generate.