summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-04-09 18:57:05 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-04-09 18:57:05 -0400
commit85477862188b3fb1fb2cdfcf7c1cb108fc023aa3 (patch)
tree6125a73032256839bad53336fbccdaf30f47fb38 /phoronix-test-suite
parent7d8fa1e744a0c8c57b2ed416a49b531e6e073aad (diff)
downloadphoronix-test-suite-upstream-85477862188b3fb1fb2cdfcf7c1cb108fc023aa3.tar.gz
phoronix-test-suite-upstream-85477862188b3fb1fb2cdfcf7c1cb108fc023aa3.tar.xz
phoronix-test-suite-upstream-85477862188b3fb1fb2cdfcf7c1cb108fc023aa3.zip
The framework for the External Dependencies support should be all (or
mostly) in place now, but not implemented for any distributions quite yet.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 4 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index f347ba6..4830f11 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -24,6 +24,9 @@ case "${task}" in
"install")
php pts-core/pts-run-cmd.php INSTALL_BENCHMARK $2
;;
+"install-dependencies")
+ php pts-core/pts-run-cmd.php INSTALL_EXTERNAL_DEPENDENCIES $2
+ ;;
"run")
php pts-core/pts-run-benchmark.php $2
;;
@@ -62,6 +65,7 @@ case "${task}" in
echo "=================================\n"
# echo "gui: Launch The Phoronix Test Suite GUI"
echo "install <suite OR benchmark>: Install or Update The Specified Benchmark(s)"
+ echo "install-dependencies <suite OR benchmark>: Install The External (Distribution) Dependencies For Specified Benchmark(s)"
echo "run <suite OR benchmark>: Run The Specified Benchmark/Suite"
echo "benchmark <suite OR benchmark OR saved file>: Same as manually running install and then run"
echo "merge-results <Saved File 1 OR Global ID> <Saved File 2 OR Global ID> <Save To>: Merge two saved result sets"