Home
last modified time | relevance | path

Searched refs:xtest (Results 1 – 9 of 9) sorted by relevance

/optee_test-3.20.0/
A D.gitignore10 host/xtest/global_platform/
11 host/xtest/gp_7000.c
12 host/xtest/gp_7500.c
13 host/xtest/gp_8000.c
14 host/xtest/gp_8500.c
15 host/xtest/gp_9000.c
16 host/xtest/adbg_case_declare.h
17 host/xtest/adbg_entry_declare.h
A DMakefile30 all: xtest ta test_plugin
36 .PHONY: xtest
37 xtest: target
38 $(q)$(MAKE) -C host/xtest CROSS_COMPILE="$(CROSS_COMPILE_HOST)" \
58 $(q)$(MAKE) -C host/xtest O=$(out-dir) $@
82 $(q)cp $(out-dir)/xtest/xtest ${DESTDIR}/bin
A DAndroid.mk25 LOCAL_MODULE := xtest
93 LOCAL_SRC_FILES := $(patsubst %,host/xtest/%,$(srcs))
95 LOCAL_C_INCLUDES += $(LOCAL_PATH)/host/xtest \
96 $(LOCAL_PATH)/host/xtest/adbg/include \
A DREADME.md2 This git contains source code for the test suite (xtest) used to test the
A DCMakeLists.txt33 add_subdirectory (host/xtest)
/optee_test-3.20.0/host/xtest/gp/
A Dprepare_suite.sh12 if [ -e $1/host/xtest/gp-suite ]; then
14 rm -rf $1/host/xtest/gp-suite
16 mkdir -p $1/host/xtest/gp-suite
17 7z x -o$1/host/xtest/gp-suite $2
18 cd $1/host/xtest/gp-suite
/optee_test-3.20.0/host/xtest/
A DMakefile104 objs := $(patsubst %.c,$(out-dir)/xtest/%.o, $(srcs))
117 CFLAGS += -I$(out-dir)/xtest
174 @echo " LD $(out-dir)/xtest/$@"
A DCMakeLists.txt1 project (xtest C) project
139 PRIVATE xtest-ta-headers
/optee_test-3.20.0/ta/
A DCMakeLists.txt1 project (xtest-ta-headers C)

Completed in 8 milliseconds