From 85477862188b3fb1fb2cdfcf7c1cb108fc023aa3 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Wed, 9 Apr 2008 18:57:05 -0400 Subject: The framework for the External Dependencies support should be all (or mostly) in place now, but not implemented for any distributions quite yet. --- phoronix-test-suite | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phoronix-test-suite') 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 : Install or Update The Specified Benchmark(s)" + echo "install-dependencies : Install The External (Distribution) Dependencies For Specified Benchmark(s)" echo "run : Run The Specified Benchmark/Suite" echo "benchmark : Same as manually running install and then run" echo "merge-results : Merge two saved result sets" -- cgit