OSDN Git Service

selftests/intel_pstate: No need to compile test progs in the run script
authorThomas Meyer <thomas@m3y3r.de>
Fri, 8 Sep 2017 12:01:18 +0000 (14:01 +0200)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 18 Sep 2017 16:54:53 +0000 (10:54 -0600)
commit6f0003363a13be699ba945cfa4074193e04fbea5
treebb80ffa83e9df77503f82610b7d03f6bed9735ab
parent67b2e30eb7b346db60afe91b0927738fb604d0a4
selftests/intel_pstate: No need to compile test progs in the run script

Both test programs are being compiled by make, so no need to compile both
programs in the runner script.
This resolves an error when installing all selftests via make install
and run them in a different environemnt.

Running tests in intel_pstate
========================================
./run.sh: line 35: gcc: command not found
Problem compiling aperf.c.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/intel_pstate/run.sh