From e784c46f2cc5097cc03fb1798d36be87f7342533 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 22 Mar 2022 10:26:08 +0100 Subject: [PATCH] Fix make distcheck, once again --- MANIFEST.in | 22 ++++++++++++++++++++++ teshsuite/smpi/MBI/CMakeLists.txt | 2 ++ 2 files changed, 24 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a976146962..686060565c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -863,9 +863,31 @@ include teshsuite/s4u/wait-all-for/wait-all-for.cpp include teshsuite/s4u/wait-all-for/wait-all-for.tesh include teshsuite/s4u/wait-any-for/wait-any-for.cpp include teshsuite/s4u/wait-any-for/wait-any-for.tesh +include teshsuite/smpi/MBI/CollArgGenerator.py +include teshsuite/smpi/MBI/CollComGenerator.py +include teshsuite/smpi/MBI/CollLocalConcurrencyGenerator.py include teshsuite/smpi/MBI/CollMatchingGenerator.py +include teshsuite/smpi/MBI/CollP2PMatchingGenerator.py +include teshsuite/smpi/MBI/CollP2PMessageRaceGenerator.py +include teshsuite/smpi/MBI/CollTopoGenerator.py include teshsuite/smpi/MBI/MBI.py include teshsuite/smpi/MBI/MBIutils.py +include teshsuite/smpi/MBI/MissingWaitandStartGenerator.py +include teshsuite/smpi/MBI/P2PArgGenerator.py +include teshsuite/smpi/MBI/P2PComGenerator.py +include teshsuite/smpi/MBI/P2PInvalidComGenerator.py +include teshsuite/smpi/MBI/P2PLocalConcurrencyGenerator.py +include teshsuite/smpi/MBI/P2PMatchingANYSRCGenerator.py +include teshsuite/smpi/MBI/P2PMatchingGenerator.py +include teshsuite/smpi/MBI/P2PProbeGenerator.py +include teshsuite/smpi/MBI/RMAArgGenerator.py +include teshsuite/smpi/MBI/RMAInvalidArgGenerator.py +include teshsuite/smpi/MBI/RMALocalLocalConcurrencyGenerator.py +include teshsuite/smpi/MBI/RMAP2PGlobalConcurrencyGenerator.py +include teshsuite/smpi/MBI/RMARemoteLocalConcurrencyGenerator.py +include teshsuite/smpi/MBI/RMARemoteRemoteConcurrencyGenerator.py +include teshsuite/smpi/MBI/RMAReqLifecycleGenerator.py +include teshsuite/smpi/MBI/RMAWinBufferGenerator.py include teshsuite/smpi/MBI/ResleakGenerator.py include teshsuite/smpi/MBI/generator_utils.py include teshsuite/smpi/MBI/simgrid.py diff --git a/teshsuite/smpi/MBI/CMakeLists.txt b/teshsuite/smpi/MBI/CMakeLists.txt index 94f23c6d2a..910d3c5b32 100644 --- a/teshsuite/smpi/MBI/CMakeLists.txt +++ b/teshsuite/smpi/MBI/CMakeLists.txt @@ -31,6 +31,8 @@ set(generator_scripts RMAReqLifecycleGenerator.py RMAWinBufferGenerator.py) +set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/RMAP2PGlobalConcurrencyGenerator.py) + if (enable_smpi_MBI_testsuite) if (NOT enable_smpi) message(FATAL_ERROR "MBI test suite cannot be enabled without SMPI. Please change either setting.") -- 2.20.1