From aa9c087f97cde036e8125bc08195ad5d79e38d46 Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Fri, 20 Aug 2010 14:08:30 +0200
Subject: [PATCH] ENH : add the test to the CMakeList
 Testing/Code/IO/CMakeLists.txt

---
 Testing/Code/IO/otbIOTests21.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Testing/Code/IO/otbIOTests21.cxx b/Testing/Code/IO/otbIOTests21.cxx
index f5d96a296a..6461895506 100644
--- a/Testing/Code/IO/otbIOTests21.cxx
+++ b/Testing/Code/IO/otbIOTests21.cxx
@@ -27,4 +27,5 @@
 void RegisterTests()
 {
   REGISTER_TEST(otbMapFileProductWriterNew);
+  REGISTER_TEST(otbMapFileProductWriter);
 }
-- 
GitLab