summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-install_dependencies.php
Commit message (Collapse)AuthorAgeFilesLines
* pts-core: Add install-all-dependencies option to install all availableMichael Larabel2008-12-281-1/+1
| | | | external dependencies for that distribution
* pts-core: Store aliases for distributions used in package identificationMichael Larabel2008-12-161-17/+0
| | | | in pts-core/static/software-vendor-aliases.txt
* pts-core: Add support for abstracting the package vendor identifierMichael Larabel2008-12-131-3/+20
| | | | (should fix OpenSuSE External Dependencies support on 11.1)
* pts-core: Embed pts_location_test() into constructor ofMichael Larabel2008-12-121-1/+1
| | | | pts_test_tandem_XmlReader()
* pts-core: Allow multiple tests/suites/identifiers to be passed using theMichael Larabel2008-12-051-3/+13
| | | | install (and force-install) option
* pts-core: Eliminate use of SILENT_INSTALL environmental variableMichael Larabel2008-11-291-1/+1
|
* pts-core: Standardize all pts-core official functions with pts_, sw_,Michael Larabel2008-11-171-1/+1
| | | | hw_, or read_ prefix
* pts-core: Standardize sw_* functionsMichael Larabel2008-11-171-1/+1
|
* pts-core: Only install external dependencies for tests that areMichael Larabel2008-11-151-1/+4
| | | | | supported on the system (such as with platform and architecture limitations)
* pts-core: Switch over relevant define statements to using new PTSMichael Larabel2008-11-131-2/+2
| | | | assignment functions for program-wide option-specific variable constants
* pts-core: Support for running a test from a PTS graph file that'sMichael Larabel2008-10-191-17/+14
| | | | | rendered as an SVG and then the user will be prompted with available choices
* pts-core: Clean-up test install code and move External Dependencies codeMichael Larabel2008-10-191-0/+240
to pts-functions-install_dependencies.php