зеркало из
1
0
Форкнуть 0
Samples of NUnit usage in C++
Перейти к файлу
Chris Maddock 773da8fb75
Merge pull request #8 from PoLaKoSz/patch-1
Fix code indentation
2018-12-22 12:43:12 +00:00
syntax Fix code indentation 2018-12-22 09:42:33 +01:00
tools First build scripts and CI 2016-04-11 13:31:40 +01:00
.gitignore First build scripts and CI 2016-04-11 13:31:40 +01:00
BUILDING.md Remove Unix references 2016-04-16 19:15:27 +01:00
LICENSE.txt Add license file 2017-06-16 07:05:35 -07:00
README.md Update README.md 2016-03-11 11:50:51 -08:00
appveyor.yml First build scripts and CI 2016-04-11 13:31:40 +01:00
build.cake Remove Unix references 2016-04-16 19:15:27 +01:00
build.cmd First build scripts and CI 2016-04-11 13:31:40 +01:00
build.ps1 First build scripts and CI 2016-04-11 13:31:40 +01:00

README.md

nunit-cpp-samples

These are the sample files for using the NUnit framework under C++. In order to build the samples, you will need to remove and re-add the reference to nunit.framework, so that it points to your own NUnit intallation.

  • syntax Examples of NUnit syntax in C++