User Tools

Site Tools


realtime:documentation:howto:tools:ltp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
realtime:documentation:howto:tools:ltp [2017/02/10 01:26]
vedangpatel [Running testcases] Change the comment regarding '-l' argument to be less confusing and put code inside code sh box.
realtime:documentation:howto:tools:ltp [2017/02/10 01:28] (current)
vedangpatel [Installation] Change the code block from c to sh and change each command to start with '$>' instead of '#>'
Line 10: Line 10:
 ===== Installation ===== ===== Installation =====
 Following are the steps to quickly download ltp and build all the realtime related testcases: Following are the steps to quickly download ltp and build all the realtime related testcases:
-<​code ​c+<​code ​sh
-#> git clone https://​github.com/​linux-test-project/​ltp.git +$> git clone https://​github.com/​linux-test-project/​ltp.git 
-#> cd ltp +$> cd ltp 
-#> make autotools +$> make autotools 
-#> ./​configure +$> ./​configure 
-#> cd testcases/​realtime +$> cd testcases/​realtime 
-#> ./​configure +$> ./​configure 
-#> make+$> make
 </​code>​ </​code>​
  
realtime/documentation/howto/tools/ltp.1486689999.txt.gz · Last modified: 2017/02/10 01:26 by vedangpatel