Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
1e74a2eb1f5cc7f2f2b5aa9c9eeecbcf352220a3
/
.
/
tools
/
testing
/
selftests
/
bpf
/
Makefile
blob: 7a5f24543a5f06fc92e2c0c139f6af7a05f9ea37 [
file
] [
log
] [
blame
]
CFLAGS
+=
-
Wall
-
O2
-
I
../../../../
usr
/
include
test_objs
=
test_verifier test_maps test_lru_map
TEST_PROGS
:=
test_verifier test_maps test_lru_map test_kmod
.
sh
TEST_FILES
:=
$
(
test_objs
)
all
:
$
(
test_objs
)
include
../
lib
.
mk
clean
:
$
(
RM
)
$
(
test_objs
)