-
- Downloads
autotools/: Allow check target to be invoked w/o the need to issue a build.
We need to have the test list generated before running the check target. Migrated igt_command_line.sh to tests/ from lib/tests/, which allows to building the tests and execute the script. This would allow cleaning followed by a make check. Also assembler/ directory needs also to be adjusted in order for this to work. Kept the possibility to invoke tests/igt_command_line.sh to determine which test is failing. Signed-off-by:Marius Vlad <marius.c.vlad@intel.com> Url: https://patchwork.freedesktop.org/series/6539/ Reviewed-By:
Chris Wilson <chris@chris-wilson.co.uk>
Showing
- assembler/Makefile.am 106 additions, 2 deletionsassembler/Makefile.am
- assembler/test/Makefile.am 0 additions, 93 deletionsassembler/test/Makefile.am
- assembler/test/run-test.sh 1 addition, 1 deletionassembler/test/run-test.sh
- lib/tests/Makefile.am 0 additions, 2 deletionslib/tests/Makefile.am
- lib/tests/Makefile.sources 0 additions, 4 deletionslib/tests/Makefile.sources
- tests/Makefile.am 1 addition, 1 deletiontests/Makefile.am
- tests/Makefile.sources 6 additions, 0 deletionstests/Makefile.sources
- tests/igt_command_line.sh 15 additions, 9 deletionstests/igt_command_line.sh
Please register or sign in to comment