Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto-test: fix out-of-tree linking
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 10 Mar 2018 01:13:57 +0000 (02:13 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 10 Mar 2018 01:13:57 +0000 (02:13 +0100)
tools/cmake/Tests.cmake

index a1d2155..998b5b2 100644 (file)
@@ -100,7 +100,7 @@ endif()
 
 # Also test the tutorial, if SIMGRID_INSTALL_PATH is defined and gcc used
 set(tuto-path "${CMAKE_SOURCE_DIR}/doc/tuto-msg")
 
 # Also test the tutorial, if SIMGRID_INSTALL_PATH is defined and gcc used
 set(tuto-path "${CMAKE_SOURCE_DIR}/doc/tuto-msg")
-set(tuto-make "make -C ${tuto-path} CC=${CMAKE_C_COMPILER} EXTRA_CFLAGS=-I${CMAKE_BINARY_DIR}/include")
+set(tuto-make "make -C ${tuto-path} CC=${CMAKE_C_COMPILER} EXTRA_CFLAGS=-I${CMAKE_BINARY_DIR}/include -L{CMAKE_BINARY_DIR}/lib")
 ADD_TEST(tuto-msg-0 sh -c "${tuto-make} masterworker      && ${tuto-path}/masterworker      ${CMAKE_SOURCE_DIR}/examples/platforms/small_platform.xml ${tuto-path}/deployment0.xml")
 ADD_TEST(tuto-msg-1 sh -c "${tuto-make} masterworker-sol1 && ${tuto-path}/masterworker-sol1 ${CMAKE_SOURCE_DIR}/examples/platforms/small_platform.xml ${tuto-path}/deployment1.xml")
 ADD_TEST(tuto-msg-2 sh -c "${tuto-make} masterworker-sol2 && ${tuto-path}/masterworker-sol2 ${CMAKE_SOURCE_DIR}/examples/platforms/small_platform.xml ${tuto-path}/deployment2.xml")
 ADD_TEST(tuto-msg-0 sh -c "${tuto-make} masterworker      && ${tuto-path}/masterworker      ${CMAKE_SOURCE_DIR}/examples/platforms/small_platform.xml ${tuto-path}/deployment0.xml")
 ADD_TEST(tuto-msg-1 sh -c "${tuto-make} masterworker-sol1 && ${tuto-path}/masterworker-sol1 ${CMAKE_SOURCE_DIR}/examples/platforms/small_platform.xml ${tuto-path}/deployment1.xml")
 ADD_TEST(tuto-msg-2 sh -c "${tuto-make} masterworker-sol2 && ${tuto-path}/masterworker-sol2 ${CMAKE_SOURCE_DIR}/examples/platforms/small_platform.xml ${tuto-path}/deployment2.xml")