From c73cf9d9319fccbacdff648c2addb9120f2b014b Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 17 May 2016 10:54:21 +0000 Subject: [PATCH] tests/thread: Rename thread_stress_XXX.py to stress_XXX.py. --- tests/thread/{thread_stress_aes.py => stress_aes.py} | 0 tests/thread/{thread_stress_heap.py => stress_heap.py} | 0 tests/thread/{thread_stress_recurse.py => stress_recurse.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/thread/{thread_stress_aes.py => stress_aes.py} (100%) rename tests/thread/{thread_stress_heap.py => stress_heap.py} (100%) rename tests/thread/{thread_stress_recurse.py => stress_recurse.py} (100%) diff --git a/tests/thread/thread_stress_aes.py b/tests/thread/stress_aes.py similarity index 100% rename from tests/thread/thread_stress_aes.py rename to tests/thread/stress_aes.py diff --git a/tests/thread/thread_stress_heap.py b/tests/thread/stress_heap.py similarity index 100% rename from tests/thread/thread_stress_heap.py rename to tests/thread/stress_heap.py diff --git a/tests/thread/thread_stress_recurse.py b/tests/thread/stress_recurse.py similarity index 100% rename from tests/thread/thread_stress_recurse.py rename to tests/thread/stress_recurse.py