Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b5bab39 authored by Ben Hutchings's avatar Ben Hutchings Committed by Shuah Khan
Browse files

selftests: breakpoint: Actually build it



Fixes: 9fae100c ("selftests: breakpoints: fix installing error on ...")
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent ee00479d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ifeq ($(ARCH),x86)
TEST_PROGS := breakpoint_test
endif

all:
all: $(TEST_PROGS)

include ../lib.mk