]> Creatis software - gdcm.git/commitdiff
Add a 'test' - reads an image
authorjpr <jpr>
Fri, 25 Jun 2004 15:42:17 +0000 (15:42 +0000)
committerjpr <jpr>
Fri, 25 Jun 2004 15:42:17 +0000 (15:42 +0000)
             - writes it as an uncompressed, (RGB if necessary), Explicit VR
             - reads it
             - compares the PixelData Length and the Pixels.
             - The, *we* cry            :

Testing/CMakeLists.txt

index 03a2335f75b39e691a68f4c4cd3baa0a811ba0ab..f5fdc2913de2a33f75f04ea15dfb3db7b9366aef 100644 (file)
@@ -12,6 +12,7 @@ SET(TEST_SOURCES
   TestDcm2Acr.cxx
   TestHash.cxx
   TestWrite.cxx
+  TestWriteRead.cxx  
   TestWriteSimple.cxx
 )