CNTK/Tests
Ryan d59931ce99 Initial commit of sparse matrix test. Note the test is currently broken, so is disabled. 2016-03-03 18:04:48 -08:00
..
EndToEndTests Initial commit of sparse matrix test. Note the test is currently broken, so is disabled. 2016-03-03 18:04:48 -08:00
UnitTests BlockRandomizer::GetNextSequenceIds(): fix to return the right chunks 2016-03-02 20:01:14 +01:00
README.md Added examples as e2e tests 2016-01-30 11:56:48 -08:00

README.md

Unit tests and end-to-end tests

The unit tests and end-to-end tests provided in this folder are run as part of the checkin workflow on the build server. You can run all tests locally to verify that your code changes didn't break any test.

How to run unit tests and end-to-end test is described in the CNTK wiki on github at

https://github.com/Microsoft/CNTK/wiki/How-to-Test