Class-ify ptid_t
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 479d27344b0658bfb90f7fe196abdb94ff68518d..23e4bed3aa6298ddc8a96b226e31c0a3d591492b 100644 (file)
@@ -525,11 +525,13 @@ SUBDIR_PYTHON_CFLAGS =
 
 SUBDIR_UNITTESTS_SRCS = \
        unittests/function-view-selftests.c \
-       unittests/offset-type-selftests.c
+       unittests/offset-type-selftests.c \
+       unittests/ptid-selftests.c
 
 SUBDIR_UNITTESTS_OBS = \
        function-view-selftests.o \
-       offset-type-selftests.o
+       offset-type-selftests.o \
+       ptid-selftests.o
 
 # Opcodes currently live in one of two places.  Either they are in the
 # opcode library, typically ../opcodes, or they are in a header file
This page took 0.027219 seconds and 4 git commands to generate.