Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only test python examples with their default context factory.
[simgrid.git] / examples / python / CMakeLists.txt
index 66853f3..845874f 100644 (file)
@@ -6,7 +6,7 @@ foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate ac
   set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py)
 
   if(enable_python)
-    ADD_TESH_FACTORIES(python-${example} "*"
+    ADD_TESH(python-${example}
                                --setenv srcdir=${CMAKE_CURRENT_SOURCE_DIR}/${example}
                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                                --setenv pythoncmd=${PYTHON_EXECUTABLE}