From 4c1226a6c472028dd0462d54e4bbc934c6eb324d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 30 Oct 2015 10:27:40 +0000 Subject: [PATCH] selftests: breakpoint: Actually build it --- ...elftests-breakpoints-actually-build-it.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch diff --git a/debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch b/debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch new file mode 100644 index 000000000..d49fe1006 --- /dev/null +++ b/debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch @@ -0,0 +1,17 @@ +From: Ben Hutchings +Date: Fri, 30 Oct 2015 10:22:55 +0000 +Subject: selftests: breakpoint: Actually build it + +Signed-off-by: Ben Hutchings +--- +--- a/tools/testing/selftests/breakpoints/Makefile ++++ b/tools/testing/selftests/breakpoints/Makefile +@@ -6,7 +6,7 @@ ifeq ($(ARCH),x86) + TEST_PROGS := breakpoint_test + endif + +-all: ++all: $(TEST_PROGS) + + include ../lib.mk + diff --git a/debian/patches/series b/debian/patches/series index 3bb6d83bb..4834b3b5d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -87,3 +87,4 @@ bugfix/all/selftests-memfd-stop-unnecessary-rebuilds.patch bugfix/all/selftests-kprobe-choose-an-always-defined-function-t.patch bugfix/all/selftests-make-scripts-executable.patch bugfix/all/selftests-vm-try-harder-to-allocate-huge-pages.patch +bugfix/all/selftests-breakpoints-actually-build-it.patch