scp ./cpptest_9.6.0.0_linux.tar.gz [email protected]:/tmp/cpptest/cpptest_9.6.0.0_linux.tar.gz
ssh [email protected] cd /tmp/cpptest
tar xfz cpptest_9.6.0.0_linux.tar.gz ./cpptest_9.6.0.0_linux.sh

ローカル ライセンスとして設定するか、License Server を使用して設定します。
cd /tmp/cpptest/parasoft/cpptest/9.6 ./cpptestcli -data ./workspace -config "builtin://Effective C++"
cd /tmp/cpptest/parasoft/cpptest/9.6/Examples/ATM
make CC=”../../cpptestscan g++”
cd /tmp/cpptest/parasoft/cpptest/9.6
./cpptestcli -data /tmp/cpptest/workspace -bdf ./Examples/ATM/
cpptestscan.bdf -localsettings /tmp/cpptest/settings
cd /tmp/cpptest/parasoft/cpptest/9.6
./cpptestcli -data /tmp/cpptest/workspace -config "builtin://Effective C++"
-report /tmp/cpptest/reports -localsettings
/tmp/cpptest/settings

cd /tmp/cpptest/reports
elinks ./report.html

cd /tmp/cpptest vim ./settings
cd /tmp/cpptest
./parasoft/cpptest/9.6/cpptestcli -data ./workspace -list-configs -localsettings ./settings
cd /tmp/cpptest
./parasoft/cpptest/9.6/cpptestcli -data ./workspace -config “team://Coding Standards Nightly” -localsettings ./settings -report./reports2
cd /tmp/cpptest/reports2 elinks ./report.html
