Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only test python examples with their default context factory.
[simgrid.git] / teshsuite / python / CMakeLists.txt
index 314d09c..6c1dfa1 100644 (file)
@@ -3,7 +3,7 @@ foreach(example borken-context corrupt-stack platform-mix)
   set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py)
 
   if(enable_python)
-    ADD_TESH_FACTORIES(tesh-python-${example} "*"
+    ADD_TESH(tesh-python-${example}
                                --setenv srcdir=${CMAKE_CURRENT_SOURCE_DIR}/${example}
                                --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                                --setenv pythoncmd=${PYTHON_EXECUTABLE}