From e08b3aa75fa1e93f298d0df6d75bf22995b3dc81 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 3 Jun 2014 19:46:35 +0300 Subject: [PATCH] Rename test files. --- test/Jamfile.v2 | 8 ++++---- ..._no_both_test.cpp => throw_exception_no_both_test.cpp} | 0 ...ns_test.cpp => throw_exception_no_exceptions_test.cpp} | 0 ...n_test.cpp => throw_exception_no_integration_test.cpp} | 0 ...-throw_exception_test.cpp => throw_exception_test.cpp} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename test/{4-throw_exception_no_both_test.cpp => throw_exception_no_both_test.cpp} (100%) rename test/{2-throw_exception_no_exceptions_test.cpp => throw_exception_no_exceptions_test.cpp} (100%) rename test/{3-throw_exception_no_integration_test.cpp => throw_exception_no_integration_test.cpp} (100%) rename test/{1-throw_exception_test.cpp => throw_exception_test.cpp} (100%) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 373d89c..39782fd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -13,9 +13,9 @@ project on ; -run 1-throw_exception_test.cpp ; -run 2-throw_exception_no_exceptions_test.cpp ; -run 3-throw_exception_no_integration_test.cpp ; -run 4-throw_exception_no_both_test.cpp ; +run throw_exception_test.cpp ; +run throw_exception_no_exceptions_test.cpp ; +run throw_exception_no_integration_test.cpp ; +run throw_exception_no_both_test.cpp ; compile-fail throw_exception_fail.cpp ; diff --git a/test/4-throw_exception_no_both_test.cpp b/test/throw_exception_no_both_test.cpp similarity index 100% rename from test/4-throw_exception_no_both_test.cpp rename to test/throw_exception_no_both_test.cpp diff --git a/test/2-throw_exception_no_exceptions_test.cpp b/test/throw_exception_no_exceptions_test.cpp similarity index 100% rename from test/2-throw_exception_no_exceptions_test.cpp rename to test/throw_exception_no_exceptions_test.cpp diff --git a/test/3-throw_exception_no_integration_test.cpp b/test/throw_exception_no_integration_test.cpp similarity index 100% rename from test/3-throw_exception_no_integration_test.cpp rename to test/throw_exception_no_integration_test.cpp diff --git a/test/1-throw_exception_test.cpp b/test/throw_exception_test.cpp similarity index 100% rename from test/1-throw_exception_test.cpp rename to test/throw_exception_test.cpp