--- linuxsampler/trunk/README 2019/07/30 12:22:16 3547 +++ linuxsampler/trunk/README 2019/07/31 09:35:10 3548 @@ -99,3 +99,18 @@ Please read osx/README.osx for detailed instructions about how to compile the sampler for Mac OSX. + +Test Cases +---------- + + There are automated test cases against core elements of the sampler, + which allow you to check the beheaviour of the sampler on your system. + These test cases are not compiled by default: + + o Make sure cppunit is installed on your system. + + o Run 'make tests' from the toplevel source directory to compile the + test cases. + + o Run the test cases with 'src/testcases/linuxsamplertest'. +