diff tests/CMakeLists.txt @ 669:26482481d4ef

New test to check if there are linking problems with built extensions
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 17 Jan 2011 14:56:37 +0900
parents 4ef3b7cdf734
children 877ed3fd4bcb
line wrap: on
line diff
--- a/tests/CMakeLists.txt	Mon Jan 17 14:08:08 2011 +0900
+++ b/tests/CMakeLists.txt	Mon Jan 17 14:56:37 2011 +0900
@@ -19,6 +19,7 @@
 	testsess
 	testdisp
 	testcnx
+	testloadext
 )
 
 #############################
@@ -26,6 +27,7 @@
 
 ADD_DEFINITIONS(-DTEST_DEBUG)
 ADD_DEFINITIONS(-DTRACE_LEVEL=NONE)
+ADD_DEFINITIONS(-DBUILD_DIR="${CMAKE_BINARY_DIR}")
 
 INCLUDE_DIRECTORIES( "../libfdproto" )
 INCLUDE_DIRECTORIES( "../libfdcore" )
"Welcome to our mercurial repository"