summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Add result-file-to-pdf option that will read a results fileMichael Larabel2009-01-072-0/+6
| | | | and save a copy of it as an Adobe PDF file
* install-sh: Add $DESTDIR support to make packaging easierMichael Larabel2009-01-071-0/+1
| | | | | | | | | | | | | | This significantly eases building packages of p-t-s. If DESTDIR is unset, install-sh still installs as before If DESTDIR is set, install-sh prefixes all install paths with $DESTDIR. Additionally, install-sh now tries to create the directory $DESTDIR$INSTALL_PREFIX. This should not actually change the install-sh behaviour except for avoiding the need to create the directory before calling install-sh.
* pts-core: Few 2009 copyright updatesMichael Larabel2008-12-311-2/+2
|
* pts-core: Add auto-file-select and auto-directory-selection options toMichael Larabel2008-12-161-5/+0
| | | | PTS auto options support
* pts-core: Add Mode tag to suite XML specification for allowingMichael Larabel2008-12-111-0/+6
| | | | individual tests within a suite to be run in the batch or defaults mode
* pts-core: Add result-file-to-suite option that will convert the relevantMichael Larabel2008-12-102-0/+5
| | | | parts of a saved results file into a suite
* pts-core: Add and implement default-run and default-benchmark optionsMichael Larabel2008-12-081-0/+9
|
* pts-core: Add DefaultEntry tag to XML test specification for specifyingMichael Larabel2008-12-071-0/+7
| | | | defaults mode
* Update documentation to reflect multiple argumentsMichael Larabel2008-12-051-3/+3
|
* pts-core: Add build-suite option that guides the user throughMichael Larabel2008-11-302-0/+4
| | | | automatically building their own test suite
* pts-core: Add download-test-files option to download files for aMichael Larabel2008-11-302-3/+7
| | | | test/suite but don't install
* pts-core: Update phoronix-test-suite textMichael Larabel2008-11-291-0/+1
|
* pts-core: Add analyze-all-runs option to generate a candlestick graphMichael Larabel2008-11-292-4/+15
| | | | showing the distribution of results from all trial runs
* pts-core: Rename analyze option to analyze-batchMichael Larabel2008-11-292-2/+2
|
* pts-core: Implement RequiresRoot tag that has been part of the PTS testMichael Larabel2008-11-201-2/+2
| | | | profile specification for some time
* pts-core: Move module-variables.txt to STATIC_DIRMichael Larabel2008-11-131-1/+1
|
* Tag Phoronix Test Suite 1.4.1Michael Larabel2008-11-072-3/+3
|
* pts: Add additional run-time tests for x11perf test profileMichael Larabel2008-10-292-4/+3
|
* pts-core: Fix showing Phoronix Global URLs in browser (reported byMichael Larabel2008-10-281-2/+0
| | | | Marox)
* documentation: Bring all documentation up-to-date with OrkdalMichael Larabel2008-10-273-7/+15
|
* pts-core: Add result-info option for showing basic information about aMichael Larabel2008-10-242-0/+5
| | | | saved result file
* pts-core: Move ExternalDependencies tag location from TestInformation toMichael Larabel2008-10-181-9/+9
| | | | | | | Test Profile block (This breaks compatibility with earlier test profiles!) pts: Update the location of the ExternalDependencies tag in all relevant test profiles
* documentation: Update profile writing how-to with latest pts-core featuresMichael Larabel2008-10-121-12/+9
|
* pts-core: Add RequiresCoreVersion tag if the test profile is onlyMichael Larabel2008-10-091-0/+9
| | | | compatible with select versions of the Phoronix Test Suite
* pts-core: Add remove-installed-test to remove a test installationMichael Larabel2008-10-031-0/+2
|
* pts: Major test profile updateMichael Larabel2008-10-031-0/+2
|
* pts-core: Add ArchitectureSpecific tag to download file XML for hardwareMichael Larabel2008-10-031-0/+6
| | | | architecture-specific files\
* pts-core: Add PlatformSpecific tag to download file XML for OS-specificMichael Larabel2008-10-031-0/+6
| | | | files
* pts-core: Add UnsupportedPlatforms tag to test profiles, which isMichael Larabel2008-10-031-0/+8
| | | | | | evaluated the opposite of SupportedPlatforms Looks like a few pts_Graph SVG fixes are also squeezed in.
* pts-core: Start on IS_PCQS_MODE defineMichael Larabel2008-10-021-1/+2
|
* pts-core: Add ArgumentPostfix tag that is a string to be post-fixed toMichael Larabel2008-10-011-0/+6
| | | | the end of the argument, similar to ArgumentName/ArgumentPrefix
* pts-core: Add ArgumentPrefix tag to test profile support as aMichael Larabel2008-10-011-0/+7
| | | | replacement to using the ArgumentName tag
* pts-core: Update upload-results to use new functionsMichael Larabel2008-10-012-2/+2
|
* pts-core: Add PostRunMessage tag to the suite specification for showingMichael Larabel2008-09-291-0/+7
| | | | | the user a message before testing begins (similar to PostRunMessage in tests)
* pts-core: Add PreRunMessage tag to the suite specification for showingMichael Larabel2008-09-291-0/+7
| | | | | the user a message before testing begins (similar to PreRunMessage in tests)
* pts-core: Add PostInstallMessage tag for showing the user a messageMichael Larabel2008-09-291-9/+15
| | | | after the test has run
* pts-core: Add PostRunMessage tag for showing the user a message afterMichael Larabel2008-09-291-1/+8
| | | | the test has run
* pts-core: With list-tests, don't list tests that aren't compliant withMichael Larabel2008-09-171-1/+2
| | | | the running system's architecture and platform
* pts-core: Add a PreInstallMessage tag for test profiles that will beMichael Larabel2008-09-131-1/+8
| | | | shown to the user prior to installing the test
* pts-core: Add support for persistent configuration options thatMichael Larabel2008-09-121-0/+4
| | | | | | end-users can easily adjust for PTS modules by running "phoronix-test-suite module-setup MODULE-NAME" that are stored to ~/.phoronix-test-suite/modules-config.xml
* pts: Switch all audio encoding tests to extend a timed-audio-encode baseMichael Larabel2008-09-112-1/+9
| | | | test instead of all tests having some of the same code copied throughout
* pts-core: Drop PTS shared download support for test profiles, insteadMichael Larabel2008-09-111-1/+3
| | | | they should be using the Cascading Test Profiles functionality
* documentation: Add basic documentation concerning the Self-ContainedMichael Larabel2008-09-111-1/+29
| | | | Test Profiles (SCTP) XML tags that are added
* pts-core: Add CTP "Extends" interfaceMichael Larabel2008-09-111-1/+11
|
* documentation: Fix typo in Debian APT sources fileMichael Larabel2008-09-111-1/+1
|
* documentation: Update man pageMichael Larabel2008-08-311-1/+5
|
* documentation: Add short-description.txt message to documentationMichael Larabel2008-08-311-0/+1
|
* documentation: Add Debian package repository to install documentationMichael Larabel2008-08-312-1/+4
|
* pts-core: Add user variable support for the saved results file nameMichael Larabel2008-08-311-1/+1
|
* documentation: Few updates to PTS documentationMichael Larabel2008-08-293-11/+10
|