From: Arnaud Giersch Date: Mon, 14 Mar 2022 14:55:44 +0000 (+0100) Subject: Fix distcheck. X-Git-Tag: v3.31~120 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9711fd53100bb257aca1756c46bb7dca4bf98373 Fix distcheck. --- diff --git a/MANIFEST.in b/MANIFEST.in index 2946efcc65..a803bfcbac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -525,6 +525,8 @@ include examples/python/comm-wait/comm-wait.py include examples/python/comm-wait/comm-wait.tesh include examples/python/comm-waitall/comm-waitall.py include examples/python/comm-waitall/comm-waitall.tesh +include examples/python/comm-waitallfor/comm-waitallfor.py +include examples/python/comm-waitallfor/comm-waitallfor.tesh include examples/python/comm-waitany/comm-waitany.py include examples/python/comm-waitany/comm-waitany.tesh include examples/python/comm-waitfor/comm-waitfor.py diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index cca4bd3226..aca123e4de 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -1,6 +1,6 @@ foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate actor-suspend actor-yield actor-lifetime app-masterworkers - comm-wait comm-waitall comm-waitany comm-waitfor + comm-wait comm-waitall comm-waitallfor comm-waitany comm-waitfor exec-async exec-basic exec-dvfs exec-remote platform-profile platform-failures network-nonlinear clusters-multicpu io-degradation exec-cpu-nonlinear)