Actions
Bug #783
closedTarget "RUN_TESTS" in VisualStudio is broken
Start date:
2017-07-21
Due date:
% Done:
100%
Estimated time:
Module:
CMake
Operating System:
Windows
Compiler:
VisualStudio
Description
Somewhere between the snapshot version 3.6.1 (20170228) and the release version 3.6.2 (20170714), the VisualStudio target "RUN_TESTS" was broken by a commit and does not work any more. As a result, the test programs are not found any more since the path is incomplete (the infix "Release" or "Debug" is missing):
1>------ Build started: Project: RUN_TESTS, Configuration: Debug Win32 ------ 1> Test project C:/Users/dicom/dcmtk-3.6.2-build 1> Start 1: ofstd_OFCharacterEncoding_1 1> Unable to find required file: C:/Users/dicom/dcmtk-3.6.2-build/bin/ofstd_tests.exe 1> 1/218 Test #1: ofstd_OFCharacterEncoding_1 ..................................***Not Run 0.00 sec 1> Start 2: ofstd_OFCharacterEncoding_2 1> Unable to find required file: C:/Users/dicom/dcmtk-3.6.2-build/bin/ofstd_tests.exe 1> 2/218 Test #2: ofstd_OFCharacterEncoding_2 ..................................***Not Run 0.00 sec [...]
Updated by Jan Schlamelcher over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Closed by commit #8ac2251cbc64d7af72bb76aec1bbd339f70f63dc. Commit #4ba1368a6ab56b0ce8fab78df13863030c88766e makes ist compatible for CMake versions prior to 3.x.x.
Actions