Hi! > I am looking for (three years) old style of running tests in ltp ( like as > runltp do not look for /ltp/bin or testcase/bin or /opt/bin for test > binaries, just go to each testcase/kernel/syscall/each-dir-and-run). Not > ready to go back and use old ltp version, instead i am looking a way to run > test from its source directory which will benefits gcov/lcov to generate > coverage report.
How exactly was this implemented? In the runltp script or was there a diferent one? There are many problems with such approach. Just to start: * There are some programs that runs subprograms and path to them must be in PATH, this obviously works if LTP is installed and all binaries are in /opt/ltp/testcases/bin/ * Device drivers need to modprobe kernel modules, which are not always in local directory * The testcases are described in runtest files by a binary name, not by a full path -> you have to find them somehow ... -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
