selftests: breakpoint: Actually build it
authorBen Hutchings <ben@decadent.org.uk>
Mon, 2 Nov 2015 12:22:29 +0000 (12:22 +0000)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 3 Nov 2015 23:55:08 +0000 (16:55 -0700)
Fixes: 9fae100cbd10 ("selftests: breakpoints: fix installing error on ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/breakpoints/Makefile

index d27108b..c0d9570 100644 (file)
@@ -6,7 +6,7 @@ ifeq ($(ARCH),x86)
 TEST_PROGS := breakpoint_test
 endif
 
-all:
+all: $(TEST_PROGS)
 
 include ../lib.mk