You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| data | 8 years ago | |
| README | 8 years ago | |
| branch-time-based.t | 8 years ago | |
| bug-394497-ignore-dep-module.t | 8 years ago | |
| bug-395627-keep-cmake-prefix.t | 8 years ago | |
| read-module-options.t | 8 years ago | |
| set-module-option-value.t | 8 years ago | |
README
To run tests, make sure you have TAP::Harness and Test::More installed, and run
prove -Imodules
from the kdesrc-build base directory. The -I flag adds kdesrc-build's own
internal modules to the search path by default.
This will run all tests under t/.
If you want to run specific tests then do
prove -Imodules t/*.t
Replace the last parameter with the tests you want.