imx8qxp imx-test

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8qxp imx-test

1,233 Views
jiujinhong
Contributor IV

Hi, I want to compile https://source.codeaurora.org/external/imx/imx-test for imx8qxp android env,  how to automatically compile all test case? are there some documents?

xxx@dcac7af44f80:/root/mx8/imx-test$ git checkout -b andP2 remotes/origin/imx_4.14.98_2.0.0_ga
Branch andP2 set up to track remote branch imx_4.14.98_2.0.0_ga from origin.
Switched to a new branch 'andP2'
hongjiujin@dcac7af44f80:/root/mx8/imx-test$ gs
On branch andP2
Your branch is up-to-date with 'origin/imx_4.14.98_2.0.0_ga'.

nothing to commit, working directory clean
xxx@dcac7af44f80:/root/mx8/imx-test$ ls
all-suite.txt  COPYING  include   module_test  readme.txt        test
autorun.sh     doc      Makefile  README       SCR-imx-test.txt  test-utils.sh
hongjiujin@dcac7af44f80:/root/mx8/imx-test$ l./au^C
hongjiujin@dcac7af44f80:/root/mx8/imx-test$ ./autorun.sh
./autorun.sh: line 16: /unit_tests/test-utils.sh: No such file or directory
./autorun.sh: line 18: print_name: command not found
./autorun.sh: line 65: /unit_tests/autorun-suite.txt: No such file or directory
./autorun.sh: line 64: platform: command not found
grep: /unit_tests/all-suite.txt: No such file or directory
./autorun.sh: line 67: /unit_tests/autorun-todo.txt: No such file or directory
grep: /unit_tests/autorun-suite.txt: No such file or directory
./autorun.sh: line 89: /unit_tests/autorun-suite.txt: No such file or directory
autorun.sh: completed test suite - run_autorun_suite
Test cases run: 0  Pass: 0  Fail: 0

imx-test suite: ALREADY DONE BEFORE.
Remove /unit_tests/autorun-todo.txt, and re-run autorun.sh

1 Reply

905 Views
joanxie
NXP TechSupport
NXP TechSupport

try to use the command "bitbake -c clean imx-test" “”“bitbake -c compile -f imx-test” and "bitbake -f imx-test"