CNTK/Tests
Friedel van Megen f599fe0619 renaming cntk.library to cntk.core
(thats what other apps link to)
2017-03-21 17:45:46 +01:00
..
EndToEndTests renaming cntk.library to cntk.core 2017-03-21 17:45:46 +01:00
Install Tests/Install/linux/Dockerfile-Ubuntu14-GPU: fix parameter name 2017-03-10 12:31:42 +01:00
UnitTests renaming cntk.library to cntk.core 2017-03-21 17:45:46 +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