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