From: jpr Date: Fri, 25 Jun 2004 15:42:17 +0000 (+0000) Subject: Add a 'test' - reads an image X-Git-Tag: Version0.5.bp~89 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=26d4556cd9769bba7d3df71ed994cd1a5efa0016;p=gdcm.git Add a 'test' - reads an image - writes it as an uncompressed, (RGB if necessary), Explicit VR - reads it - compares the PixelData Length and the Pixels. - The, *we* cry : --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 03a2335f..f5fdc291 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -12,6 +12,7 @@ SET(TEST_SOURCES TestDcm2Acr.cxx TestHash.cxx TestWrite.cxx + TestWriteRead.cxx TestWriteSimple.cxx )