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.
 
 
 
 

383 B

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.