Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing files, bummer
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 3 Mar 2022 07:26:25 +0000 (08:26 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 3 Mar 2022 07:36:56 +0000 (08:36 +0100)
MANIFEST.in
teshsuite/s4u/CMakeLists.txt

index 530dbf1..19e7d74 100644 (file)
@@ -806,6 +806,8 @@ include teshsuite/s4u/issue71/platform_bad.xml
 include teshsuite/s4u/listen_async/listen_async.cpp
 include teshsuite/s4u/listen_async/listen_async.tesh
 include teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.cpp
+include teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py
+include teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.py.tesh
 include teshsuite/s4u/monkey-masterworkers/monkey-masterworkers.tesh
 include teshsuite/s4u/ns3-from-src-to-itself/ns3-from-src-to-itself.cpp
 include teshsuite/s4u/ns3-from-src-to-itself/ns3-from-src-to-itself.tesh
index 270d6f0..f595f37 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}