From 9910f5fcc33e02fd9d84518765161b047f762bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kami=C5=84ski?= Date: Fri, 24 Nov 2017 22:30:54 +0100 Subject: [PATCH] Moved clock_cast test to separate dir. Fixed naqme of the to_sys_return_reference test, so it is invoked. --- .../custom_clock.pass.cpp} | 0 .../noncastable.pass.cpp} | 0 .../normal_clocks.pass.cpp} | 0 test/{tz_test => clock_cast_test}/to_sys_return_int.fail.cpp | 0 .../to_sys_return_reference.fail.cpp} | 0 test/{tz_test => clock_cast_test}/to_sys_return_utc_time.fail.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename test/{tz_test/custom_clock_casts.pass.cpp => clock_cast_test/custom_clock.pass.cpp} (100%) rename test/{tz_test/noncatsable_clock_casts.pass.cpp => clock_cast_test/noncastable.pass.cpp} (100%) rename test/{tz_test/clock_cast.pass.cpp => clock_cast_test/normal_clocks.pass.cpp} (100%) rename test/{tz_test => clock_cast_test}/to_sys_return_int.fail.cpp (100%) rename test/{tz_test/to_sys_return_reference.cpp => clock_cast_test/to_sys_return_reference.fail.cpp} (100%) rename test/{tz_test => clock_cast_test}/to_sys_return_utc_time.fail.cpp (100%) diff --git a/test/tz_test/custom_clock_casts.pass.cpp b/test/clock_cast_test/custom_clock.pass.cpp similarity index 100% rename from test/tz_test/custom_clock_casts.pass.cpp rename to test/clock_cast_test/custom_clock.pass.cpp diff --git a/test/tz_test/noncatsable_clock_casts.pass.cpp b/test/clock_cast_test/noncastable.pass.cpp similarity index 100% rename from test/tz_test/noncatsable_clock_casts.pass.cpp rename to test/clock_cast_test/noncastable.pass.cpp diff --git a/test/tz_test/clock_cast.pass.cpp b/test/clock_cast_test/normal_clocks.pass.cpp similarity index 100% rename from test/tz_test/clock_cast.pass.cpp rename to test/clock_cast_test/normal_clocks.pass.cpp diff --git a/test/tz_test/to_sys_return_int.fail.cpp b/test/clock_cast_test/to_sys_return_int.fail.cpp similarity index 100% rename from test/tz_test/to_sys_return_int.fail.cpp rename to test/clock_cast_test/to_sys_return_int.fail.cpp diff --git a/test/tz_test/to_sys_return_reference.cpp b/test/clock_cast_test/to_sys_return_reference.fail.cpp similarity index 100% rename from test/tz_test/to_sys_return_reference.cpp rename to test/clock_cast_test/to_sys_return_reference.fail.cpp diff --git a/test/tz_test/to_sys_return_utc_time.fail.cpp b/test/clock_cast_test/to_sys_return_utc_time.fail.cpp similarity index 100% rename from test/tz_test/to_sys_return_utc_time.fail.cpp rename to test/clock_cast_test/to_sys_return_utc_time.fail.cpp