FreeRDP/winpr/libwinpr/sspi/test
Bernhard Miklautz 9e8c6c99b6 First shot on fixing over linking
If a target is linked against libraries with cmake
(target_link_libraries) and the libraries are not marked as PRIVATE
they are "exported" and in case a other target is linked against this
target it is also linked against *all* (not private) libraries.

Without declaring private libraries PRIVATE a lot of over linking
(linking against unneeded libraries) was done.
2016-03-29 18:14:34 +02:00
..
.gitignore cunit: migrate Sspi tests to CTest 2012-09-30 20:15:42 -04:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
TestAcquireCredentialsHandle.c misc: integrate pull request feedback 2015-06-22 19:24:30 +02:00
TestCredSSP.c libwinpr-sspi: improve link interface 2014-06-07 10:50:51 -04:00
TestEnumerateSecurityPackages.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestInitializeSecurityContext.c misc: integrate pull request feedback 2015-06-22 19:24:30 +02:00
TestNTLM.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00
TestQuerySecurityPackageInfo.c cunit: migrate Sspi tests to CTest 2012-09-30 20:15:42 -04:00
TestSchannel.c hardening: check fread and fwrite return values 2015-06-26 20:38:30 +02:00