From 7936ba44d09ddb52f8a0bdcef662872ce025bc2c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 12 Feb 2020 23:57:59 +0100 Subject: [PATCH] Update MANIFEST.in, .gitignore. --- .gitignore | 12 ------------ MANIFEST.in | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 49d8abb217..938024f499 100644 --- a/.gitignore +++ b/.gitignore @@ -242,14 +242,9 @@ teshsuite/mc/mutex-handling/without-mutex-handling teshsuite/mc/random-bug/random-bug teshsuite/msg/app-bittorrent/bittorrent teshsuite/msg/app-chainsend/chainsend -teshsuite/msg/app-pingpong/app-pingpong -teshsuite/msg/app-token-ring/app-token-ring -teshsuite/msg/async-waitall/async-waitall -teshsuite/msg/async-waitany/async-waitany teshsuite/msg/async-wait/async-wait teshsuite/msg/cloud-capping/cloud-capping teshsuite/msg/cloud-migration/cloud-migration -teshsuite/msg/cloud-sharing/cloud-sharing teshsuite/msg/cloud-simple/cloud-simple teshsuite/msg/cloud-two-tasks/cloud-two-tasks teshsuite/msg/energy-consumption/energy-consumption @@ -261,16 +256,9 @@ teshsuite/msg/host_on_off_processes/host_on_off_processes teshsuite/msg/host_on_off_recv/host_on_off_recv teshsuite/msg/io-file/io-file teshsuite/msg/io-file-remote/io-file-remote -teshsuite/msg/io-raw-storage/io-raw-storage teshsuite/msg/platform-properties/platform-properties teshsuite/msg/plugin-hostload/plugin-hostload -teshsuite/msg/process-daemon/process-daemon -teshsuite/msg/process-join/process-join -teshsuite/msg/process-kill/process-kill teshsuite/msg/process-lifetime/process-lifetime -teshsuite/msg/process-migration/process-migration -teshsuite/msg/process-suspend/process-suspend -teshsuite/msg/process-yield/process-yield teshsuite/msg/task_destroy_cancel/task_destroy_cancel teshsuite/msg/task_listen_from/task_listen_from teshsuite/msg/task-priority/task-priority diff --git a/MANIFEST.in b/MANIFEST.in index 27ca76fbe4..ebe4a9e962 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -639,9 +639,6 @@ include teshsuite/msg/async-wait/async-wait2_d.xml include teshsuite/msg/async-wait/async-wait3_d.xml include teshsuite/msg/async-wait/async-wait4_d.xml include teshsuite/msg/async-wait/async-wait_d.xml -include teshsuite/msg/async-waitany/async-waitany.c -include teshsuite/msg/async-waitany/async-waitany.tesh -include teshsuite/msg/async-waitany/async-waitany_d.xml include teshsuite/msg/cloud-capping/cloud-capping.c include teshsuite/msg/cloud-capping/cloud-capping.tesh include teshsuite/msg/cloud-migration/cloud-migration.c @@ -712,6 +709,8 @@ include teshsuite/python/corrupt-stack/corrupt-stack_d.xml include teshsuite/s4u/activity-lifecycle/activity-lifecycle.cpp include teshsuite/s4u/activity-lifecycle/activity-lifecycle.tesh include teshsuite/s4u/activity-lifecycle/testing_platform.xml +include teshsuite/s4u/activity-test-wait/activity-test-wait.cpp +include teshsuite/s4u/activity-test-wait/activity-test-wait.tesh include teshsuite/s4u/actor-autorestart/actor-autorestart.cpp include teshsuite/s4u/actor-autorestart/actor-autorestart.tesh include teshsuite/s4u/actor/actor.cpp -- 2.20.1