linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.32k stars 1.01k forks source link

Building and installing selective testcases #936

Closed vj-kumar closed 2 years ago

vj-kumar commented 2 years ago

Wondering if there a way to build and install selective testcases in ltp?

pevik commented 2 years ago

https://github.com/linux-test-project/ltp#shortcut-to-running-a-single-test

vj-kumar commented 2 years ago

https://github.com/linux-test-project/ltp#shortcut-to-running-a-single-test

Yes. Thanks. I guess there is no current provision to select a group of tests and build them. We might have to cd to the directory and build them for each of the tests in the group.

pevik commented 2 years ago

You could also go to testcases/ directory and make one of these directories. But that's just the cd variant. If you want to improve build system, please consider writing concrete proposal to our mailing list https://lists.linux.it/listinfo/ltp.

metan-ucw commented 2 years ago

Let's close this now, we have a workaround that kind of works for this case.