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.
 
 
 
 
Michael Pyne 7f92da7b30 Don't double-set CMAKE_PREFIX_PATH if set by user. 8 years ago
..
data Don't double-set CMAKE_PREFIX_PATH if set by user. 8 years ago
README Reboot a small test suite. 8 years ago
branch-time-based.t Reboot a small test suite. 8 years ago
bug-394497-ignore-dep-module.t Add testcase for bug 394497 (ignore-modules/include-dependencies). 8 years ago
bug-395627-keep-cmake-prefix.t Don't double-set CMAKE_PREFIX_PATH if set by user. 8 years ago
read-module-options.t Reboot a small test suite. 8 years ago
set-module-option-value.t Reboot a small test suite. 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.