dragonboard: add stress testcase
This commit is contained in:
parent
b608b8c95f
commit
1e159ba48e
3 changed files with 25 additions and 0 deletions
|
@ -39,3 +39,4 @@ all:
|
|||
make -C hcitools
|
||||
make -C getevent
|
||||
make -C sensorhubtester
|
||||
make -C stress
|
||||
|
|
24
lichee/buildroot/target/dragonboard/src/testcases/stress/Makefile
Executable file
24
lichee/buildroot/target/dragonboard/src/testcases/stress/Makefile
Executable file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# define sources root directory before everything
|
||||
SRC_ROOT := ../..
|
||||
|
||||
# change compiler and linker option before you include rule.mk
|
||||
#
|
||||
# link to libscript.a when you need to fetch configuration
|
||||
# from test_script
|
||||
#
|
||||
#CFLAGS := $(CFLAGS) -g
|
||||
LDFLAGS := -lscript
|
||||
|
||||
# include rule.mk
|
||||
include $(SRC_ROOT)/rule.mk
|
||||
|
||||
# define objects collection variable
|
||||
|
||||
# add your target(s) to all
|
||||
.PHONY: all
|
||||
all:
|
||||
|
||||
# define you target, the target will be output to dragonboard/output/bin
|
||||
# directory
|
||||
cp stress $(BINDIR)/
|
BIN
lichee/buildroot/target/dragonboard/src/testcases/stress/stress
Executable file
BIN
lichee/buildroot/target/dragonboard/src/testcases/stress/stress
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue