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.28k stars 1k forks source link

Need to understand how to debug LTP projects. #942

Closed SamirMulani closed 2 years ago

SamirMulani commented 2 years ago

I am trying to understand the below command implementation. Can anyone explain how i can debug any command? What is the preferred tool for debugging ?

Ex: -> ./runltp -f net.features

pevik commented 2 years ago

https://github.com/linux-test-project/ltp#running-tests https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#51-runtest-files

You can read even more in depth info in https://github.com/linux-test-project/ltp/wiki/C-Test-Case-Tutorial https://github.com/linux-test-project/ltp/wiki/C-Test-API https://github.com/linux-test-project/ltp/wiki/Shell-Test-API

SamirMulani commented 2 years ago

@pevik Thank you so much for above information..!!