Lines Matching refs:xtest
20 xtest test suite comes with a standard test suite,
24 component provides the `xtest` target which builds optee_test.
27 Non-Secure Client Application (`host/xtest`)
46 * Run `make patch` (or call make `xtest-patch` from the `build` repository)
47 before compiling xtest. This must be run a single time after the installation
52 * Create new tests in `host/xtest`, as for example `xtest_9000.c`
58 ### HOWTO run xtest
60 # all xtest
64 $ xtest
66 # single xtest
70 $ xtest <testnumber> (i.e.: xtest 1001)
72 # family xtest (i.e.: Family 1000)
76 $ xtest _<family> (i.e.: xtest _1)