You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/tests/simpletest/packages
David Goodwin 9ee45c69c8 tests: add initial simpletest unit tests for the xmlrpc stuff
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@581 a1433add-5e2c-0410-b055-b7f2511e0802
16 years ago
..
onpk tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
simpletest.org tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
README tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
build_tarball.sh tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
bundled_docs.xslt tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
bundled_map.xml tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
generate_package.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
lastcraft.xslt tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
make_bundled_docs.sh tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
make_bundled_docs_with_xalan.sh tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
make_lastcraft_docs.sh tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
make_phpdoc_docs.sh tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
package.xml tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
pear_package_create.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
phpdoc_docs.xslt tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
simpletest.ini tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
site_map.xml tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago
transform_all_lastcraft.php tests: add initial simpletest unit tests for the xmlrpc stuff 16 years ago

README

HOW TO MAKE A PACKAGE

1. First make sure PEAR_PackageFileManager is installed;
(version 1.2.0 was used)

$ pear install PEAR_PackageFileManager

2. Edit the simpletest/packages/pear_package_create.php file (see comments for what
needs changing).

3. Run the simpletest/packages/pear_package_create.php script, piping the output
to the file you want to create e.g.;

$ ./pear_package_create.php > package.xml

4. Copy the package.xml to the root of Simpletest.

5. From the root of Simpletest type;

$ pear package package.xml

This creates the package zip

6. Install with;

$ pear install SimpleTest-x.x.x.tgz