FreeRDP/winpr/libwinpr/pipe
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
..
test winpr: fix some tests 2016-06-07 17:20:56 +02:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
ModuleOptions.cmake winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
pipe.c fix race conditions, tests and some invalid return values 2016-06-01 16:26:26 +02:00
pipe.h Implement ReadFile() and WriteFile() as handle operation 2015-03-16 21:29:19 +01:00