Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing files, bummer
[simgrid.git] / teshsuite / s4u / CMakeLists.txt
index 270d6f0b78c7a9ed0dc25cfed1bf6720f5904228..f595f37050f07dc588b7465b866efb4f82eb84c4 100644 (file)
@@ -60,6 +60,9 @@ endforeach()
 
 # Python tesh tests
 foreach(x monkey-masterworkers)
+  set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.py.tesh)
+  set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.py)
+
   if(enable_python)
     ADD_TESH(tesh-python-${x}
              --setenv srcdir=${CMAKE_CURRENT_SOURCE_DIR}/${x}