FreeRDP/winpr/libwinpr/nt/test
Norbert Federa f2c825bb76 winpr: fix some tests
TestNtCreateFile, TestPipeCreateNamedPipeOverlapped
- These tests are currently only expected to succeed on _WIN32
- Also reflect the reverse meaning of this fact in the return values

TestSynchWaitableTimer, TestSynchWaitableTimerAPC:
- These tests are currently expected to fail on __APPLE__
- Also reflect the reverse meaning of this fact in the return values

This logic makes sure that we don't forget to fix the tests if the
corresponding WinPR implementations are fixed.

TestLibrary:
- TestLibraryA and TestLibraryB must always get built as shared libraries
2016-06-07 17:20:56 +02:00
..
.gitignore libwinpr-nt: implement NtCurrentTeb() 2013-08-22 10:18:38 -04:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
TestNtCreateFile.c winpr: fix some tests 2016-06-07 17:20:56 +02:00
TestNtCurrentTeb.c winpr: fix unit tests on Windows 2013-09-19 13:50:00 -04:00