https://github.com/Microsoft/CNTK
Raw File
Tip revision: 789072488e738059e5ed053c44e1e98bfc6d8e75 authored by Friedel van Megen on 15 December 2016, 14:57:38 UTC
support debug libs (adding "d" at the end of a debug build and referencing debug libs when building a debug build)
Tip revision: 7890724
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