summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-30 17:45:30 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-30 17:45:30 -0500
commiteb5c8a8d5d71e88dd88c80193b21ab3fae34c32b (patch)
tree41496118ebbb1bc5316c9d868f9dcaf982383872 /pts-core/functions/pts-functions_tests.php
parent07eac35d5549b4a2f29753791b3677a89ae7dbf1 (diff)
downloadphoronix-test-suite-upstream-eb5c8a8d5d71e88dd88c80193b21ab3fae34c32b.tar.gz
phoronix-test-suite-upstream-eb5c8a8d5d71e88dd88c80193b21ab3fae34c32b.tar.xz
phoronix-test-suite-upstream-eb5c8a8d5d71e88dd88c80193b21ab3fae34c32b.zip
pts-core: Add build-suite option that guides the user through
automatically building their own test suite
Diffstat (limited to 'pts-core/functions/pts-functions_tests.php')
-rw-r--r--pts-core/functions/pts-functions_tests.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index ae84ae7..a3a2c64 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -207,6 +207,10 @@ function pts_save_result($save_to = null, $save_results = null)
return $bool;
}
+function pts_suite_test_types()
+{
+ return array("System", "Processor", "Hard Disk", "Graphics", "Memory", "Network");
+}
function pts_get_results_viewer_xsl_formatted($format_type = "PNG")
{
$raw_xsl = file_get_contents(RESULTS_VIEWER_DIR . "pts-results-viewer.xsl");