diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-19 15:56:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-19 15:56:11 (GMT) |
commit | 750a1fd4bd22d3c940cd4c9167c4bee3abc08d95 (patch) | |
tree | 277529d039218595a3024399f30b4e8e4112e06f /README | |
parent | 2db9879e1b4671c412b50a8a3c67eda1c6c95d93 (diff) | |
download | SCons-750a1fd4bd22d3c940cd4c9167c4bee3abc08d95.zip SCons-750a1fd4bd22d3c940cd4c9167c4bee3abc08d95.tar.gz SCons-750a1fd4bd22d3c940cd4c9167c4bee3abc08d95.tar.bz2 |
Revamp package testing.
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 21 insertions, 4 deletions
@@ -117,10 +117,8 @@ unsuccessful tests. The above invocations all test directly the files underneath the src/ subdirectory, and do not require that a build be performed first. The runtest.py script supports supports additional options to run tests -against unpacked packages in the build/test*/ subdirectories. This is -in the process of being reworked for the next release, however, so for -now, see the comments in the runtest.py script itself if you want to run -tests against a package. +against unpacked packages in the build/test-*/ subdirectories. See +the "TESTING PACKAGES" section below. BUILDING PACKAGES @@ -162,6 +160,25 @@ Note that in addition to creating the above packages, the default build will also unpack one or more of the packages for testing. +TESTING PACKAGES +================ + +A full build will unpack and/or install any .deb, .rpm., .src.tar.gz, +and .tar.gz packages into separate build/test-*/ subdirectories. (Of +course, if a package was not built on your system, it should not try to +install it.) The runtest.py script supports a -p option that will run +the specified tests (individually or collectively via the -a option) +against the unpacked build/test-/* subdirectory: + + $ python runtest.py -p tar-gz + + $ python runtest.py -p src-tar-gz + + $ python runtest.py -p rpm + + $ python runtest.py -p deb + + CONTENTS OF THIS PACKAGE ======================== |