Closed GoogleCodeExporter closed 9 years ago
This is a link test, not meant to be run (hence the trailing _ in the file
name).
Vlad is working on making it executable.
Original comment by w...@google.com
on 26 Mar 2010 at 9:14
Should I create another issue where gtest_dll_unittest should actually be an
executable
test and not just a link test? gtest_dll_unittest needs to be run to confirm
that
gtest_dll is working correctly and catch errors that are unique to it being a
DLL like
it needing to use the /MD flag and cannot use the /MT flag.
Original comment by BitO...@gmail.com
on 26 Mar 2010 at 9:54
No need for a new issue. Vlad is already working on it and we can track the
progress
here. Thanks.
Original comment by w...@google.com
on 26 Mar 2010 at 9:59
We now have CMake build script that, when invoked with -DBUILD_SHARED_LIBS=ON,
produces projects which generate DLLs with correct settings. The command to
test is
cmake <path_to_gtest> -DBUILD_SHARED_LIBS=ON -Dgtest_build_tests=ON
Closing the issue.
Original comment by vladlosev
on 13 May 2010 at 9:00
Original issue reported on code.google.com by
BitO...@gmail.com
on 26 Mar 2010 at 9:10