dragonboard: add stress testcase

This commit is contained in:
August 2018-12-12 12:15:10 +08:00
parent b608b8c95f
commit 1e159ba48e
3 changed files with 25 additions and 0 deletions

View file

@ -39,3 +39,4 @@ all:
make -C hcitools
make -C getevent
make -C sensorhubtester
make -C stress

View 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)/