Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop simgrid::xbt::demangle and use boost::core::demangle instead.
[simgrid.git] / teshsuite / python / CMakeLists.txt
index 2375ad576a5bc0d31ad8fd7da3a162a23de827ce..8d5aeb0a85d3f66abebc4e69f2be7f58275d7416 100644 (file)
@@ -4,7 +4,7 @@ foreach(example borken-context corrupt-stack)
   set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py)
 
   if(enable_python)
-    ADD_TESH_FACTORIES(tesh-python-${example} "thread;ucontext;raw;boost"
+    ADD_TESH_FACTORIES(tesh-python-${example} "*"
                                --setenv srcdir=${CMAKE_CURRENT_SOURCE_DIR}/${example}
                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                                --setenv pythoncmd=${PYTHON_EXECUTABLE}