Skip to content

Commit

Permalink
Add binder tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wedsonaf committed Jul 7, 2021
1 parent 4d68cd7 commit f90ec49
Show file tree
Hide file tree
Showing 4 changed files with 3,028 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
TARGETS = arm64
TARGETS += binder
TARGETS += bpf
TARGETS += breakpoints
TARGETS += capabilities
Expand Down
11 changes: 11 additions & 0 deletions tools/testing/selftests/binder/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0

CFLAGS += -I../../../../usr/include/
CFLAGS += -g
CFLAGS += -D_GNU_SOURCE
CFLAGS += -Wall
CFLAGS += -pthread

TEST_GEN_PROGS := binder_test

include ../lib.mk
Loading

0 comments on commit f90ec49

Please sign in to comment.