Skip to content

Commit

Permalink
selftests: breakpoint: Actually build it
Browse files Browse the repository at this point in the history
Fixes: 9fae100 ("selftests: breakpoints: fix installing error on ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
  • Loading branch information
Ben Hutchings authored and Shuah Khan committed Nov 3, 2015
1 parent ee00479 commit 3b5bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/breakpoints/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ifeq ($(ARCH),x86)
TEST_PROGS := breakpoint_test
endif

all:
all: $(TEST_PROGS)

include ../lib.mk

Expand Down

0 comments on commit 3b5bab3

Please sign in to comment.