From ab889e8236a9be4fb4d9356c0883dca400995917 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 3 Mar 2022 08:26:25 +0100 Subject: [PATCH] Missing files, bummer --- MANIFEST.in | 2 ++ teshsuite/s4u/CMakeLists.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 530dbf16eb..19e7d745ef 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/teshsuite/s4u/CMakeLists.txt b/teshsuite/s4u/CMakeLists.txt index 270d6f0b78..f595f37050 100644 --- a/teshsuite/s4u/CMakeLists.txt +++ b/teshsuite/s4u/CMakeLists.txt @@ -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} -- 2.20.1