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 [...]
Actions