diff --git a/Examples/Projections/CMakeLists.txt b/Examples/Projections/CMakeLists.txt
index 27b2f4724f31df9af179df7221a36d7539ecfa7c..bc6c13fa0da3dc725bf805a440389d69a263b8a5 100644
--- a/Examples/Projections/CMakeLists.txt
+++ b/Examples/Projections/CMakeLists.txt
@@ -47,6 +47,22 @@ ADD_TEST(OrthoRectificationExampleTest ${EXE_TESTS}
 	
 )
 
+ADD_TEST(OrthoRectificationExampleXSTest ${EXE_TESTS}
+	--compare-image ${TOL}
+	${BASELINE}/xsOrthoToul.tif
+	${TEMP}/xsOrthoToul.tif
+    OrthoRectificationExampleTest  
+	 ${INPUTLARGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_MUL/02APR01105228-M1BS-000000128955_01_P001.TIF
+	${TEMP}/xsOrthoToul.tif 
+	375000 
+	4828100 
+	500 
+	500 
+	0.6 
+	-0.6
+	
+)
+
 INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
 
 ADD_EXECUTABLE(otbProjectionsExamplesTests otbProjectionsExamplesTests.cxx)