[opengtl-commits] [366] test some raw-related algorithms

[ Thread Index | Date Index | More lists.tuxfamily.org/opengtl-commits Archives ]


Revision: 366
Author:   cyrille
Date:     2008-09-03 23:22:38 +0200 (Wed, 03 Sep 2008)

Log Message:
-----------
test some raw-related algorithms

Modified Paths:
--------------
    trunk/OpenGTL/OpenShiva/tests/CMakeLists.txt
    trunk/OpenGTL/OpenShiva/tests/raw/CMakeLists.txt

Added Paths:
-----------
    trunk/OpenGTL/OpenShiva/tests/raw/RawToColor.shiva.png
    trunk/OpenGTL/OpenShiva/tests/raw/RawToGray.shiva.png


Modified: trunk/OpenGTL/OpenShiva/tests/CMakeLists.txt
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/CMakeLists.txt	2008-09-03 21:19:45 UTC (rev 365)
+++ trunk/OpenGTL/OpenShiva/tests/CMakeLists.txt	2008-09-03 21:22:38 UTC (rev 366)
@@ -3,4 +3,5 @@
 add_subdirectory( structures )
 add_subdirectory( vectors )
 add_subdirectory( imagegenerators )
-add_subdirectory( convolution )
\ No newline at end of file
+add_subdirectory( convolution )
+add_subdirectory( raw )

Modified: trunk/OpenGTL/OpenShiva/tests/raw/CMakeLists.txt
===================================================================
--- trunk/OpenGTL/OpenShiva/tests/raw/CMakeLists.txt	2008-09-03 21:19:45 UTC (rev 365)
+++ trunk/OpenGTL/OpenShiva/tests/raw/CMakeLists.txt	2008-09-03 21:22:38 UTC (rev 366)
@@ -0,0 +1,10 @@
+
+set( TESTS_FILES
+  RawToColor.shiva
+  RawToGray.shiva
+  )
+
+FOREACH( TEST_FILE ${TESTS_FILES} )
+  ADD_TEST(${TEST_FILE} ${SHIVATESTER} -c ${CMAKE_CURRENT_SOURCE_DIR}/${TEST_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/../data/dsc_0006-23-07-2008.nef ${CMAKE_CURRENT_SOURCE_DIR}/${TEST_FILE}.png)
+ENDFOREACH( TEST_FILE )
+

Added: trunk/OpenGTL/OpenShiva/tests/raw/RawToColor.shiva.png
===================================================================
(Binary files differ)


Property changes on: trunk/OpenGTL/OpenShiva/tests/raw/RawToColor.shiva.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/OpenGTL/OpenShiva/tests/raw/RawToGray.shiva.png
===================================================================
(Binary files differ)


Property changes on: trunk/OpenGTL/OpenShiva/tests/raw/RawToGray.shiva.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/