Added windowsceip.h unit test

pull/83/head
David Hall 2019-07-30 10:31:43 -06:00
parent 99db4ab7eb
commit 4120d49d5c
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ namespace Vanara.PInvoke.Tests
return ret;
}
[Test]
public void CeipIsOptedInTest()
{
Assert.That(() => CeipIsOptedIn(), Throws.Nothing);
}
[Test]
public void CreateHardLinkTest()
{