[DLLEXPORT_TEST]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 20 Feb 2014 20:29:51 +0000 (20:29 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 20 Feb 2014 20:29:51 +0000 (20:29 +0000)
commit86d2e8f5434ef851efffd0c832a128b5a588ee5b
tree09e48862e7926de84a189519a534665b7a43db7b
parentfe029c9c69a2feb0c41f0c42330048ba957dcedb
[DLLEXPORT_TEST]
Add a test that checks the ability to link to function and data exports with cdecl, stdcall and c++ mangled names, including forwarders. It just prints "done". Feel free to convert it into a proper rostests, if you think it's required.

svn path=/trunk/; revision=62269
rostests/tests/CMakeLists.txt
rostests/tests/dllexport/CMakeLists.txt [new file with mode: 0644]
rostests/tests/dllexport/dllexport_test.c [new file with mode: 0644]
rostests/tests/dllexport/dllexport_test_dll1.c [new file with mode: 0644]
rostests/tests/dllexport/dllexport_test_dll1.spec [new file with mode: 0644]
rostests/tests/dllexport/dllexport_test_dll2.c [new file with mode: 0644]
rostests/tests/dllexport/dllexport_test_dll2.spec [new file with mode: 0644]