https://github.com/Microsoft/CNTK
Raw File
Tip revision: dbc5783f34630f2b9e8aba1935a358d3684da0f1 authored by Alexey Kamenev on 10 May 2016, 17:58:13 UTC
Updated testcase.
Tip revision: dbc5783
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
back to top