From 26d4556cd9769bba7d3df71ed994cd1a5efa0016 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 25 Jun 2004 15:42:17 +0000 Subject: [PATCH] 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 : --- Testing/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.45.1