Searched refs:nunit (Results 1 – 6 of 6) sorted by relevance
68 IWPOOL_UNIT *nunit = malloc(sizeof(*nunit)); in iwpool_extend() local69 if (!nunit) { in iwpool_extend()73 nunit->heap = malloc(siz); in iwpool_extend()74 if (!nunit->heap) { in iwpool_extend()75 free(nunit); in iwpool_extend()78 nunit->next = pool->unit; in iwpool_extend()79 pool->heap = nunit->heap; in iwpool_extend()80 pool->unit = nunit; in iwpool_extend()
83 Name = "nunit.framework"84 AssemblyName = "nunit.framework"85 HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"86 AssemblyFolderKey = "hklm\dn\nunit.framework"
14 #if nunit
21 To include unit tests in the build, define nunit before building.39 nunit={true|false} to include or esclude unit tests (default=true).46 nant -D:debug=false -D:nunit=false
53 The unit tests use [NUnit 3](https://github.com/nunit/nunit). Tests can be
81 …ES -target:library -out:build/brotlidec_test.dll -r:build/NUnit.3.6.1/lib/net45/nunit.framework.dll