浏览代码

selftests: breakpoint: Actually build it

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>
Ben Hutchings 9 年之前
父节点
当前提交
3b5bab3901
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/testing/selftests/breakpoints/Makefile

+ 1 - 1
tools/testing/selftests/breakpoints/Makefile

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