← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-874679-data-cleaning-module into lp:zorba/data-cleaning-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-874679-data-cleaning-module into lp:zorba/data-cleaning-module.

Requested reviews:
  Chris Hillery (ceejatec)
  Juan Zacarias (juan457)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-874679-data-cleaning-module/+merge/102271
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-874679-data-cleaning-module/+merge/102271
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2011-12-22 13:56:52 +0000
+++ CMakeLists.txt	2012-04-17 09:49:20 +0000
@@ -23,7 +23,7 @@
 FIND_PACKAGE (Zorba REQUIRED HINTS "${ZORBA_BUILD_DIR}")
 INCLUDE ("${Zorba_USE_FILE}")
 
-ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test" "${EXCEPTION_LIST}")
+ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test")
 
 ADD_SUBDIRECTORY("src")
 


Follow ups