From 61075bb9df4ebeb13013882e1e5b0cf429beedfc Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Nov 2016 15:04:21 +0200 Subject: [PATCH] Move extra files to extras/ as the src/ and test/ directories are scanned for dependencies --- {src => extras/src}/sp_collector.cpp | 0 {src => extras/src}/sp_debug_hooks.cpp | 0 {test => extras/test}/shared_ptr_mt_test.cpp | 0 {test => extras/test}/shared_ptr_timing_test.cpp | 0 {test => extras/test}/sp_atomic_mt2_test.cpp | 0 {test => extras/test}/sp_atomic_mt_test.cpp | 0 {test => extras/test}/weak_ptr_mt_test.cpp | 0 {test => extras/test}/weak_ptr_timing_test.cpp | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {src => extras/src}/sp_collector.cpp (100%) rename {src => extras/src}/sp_debug_hooks.cpp (100%) rename {test => extras/test}/shared_ptr_mt_test.cpp (100%) rename {test => extras/test}/shared_ptr_timing_test.cpp (100%) rename {test => extras/test}/sp_atomic_mt2_test.cpp (100%) rename {test => extras/test}/sp_atomic_mt_test.cpp (100%) rename {test => extras/test}/weak_ptr_mt_test.cpp (100%) rename {test => extras/test}/weak_ptr_timing_test.cpp (100%) diff --git a/src/sp_collector.cpp b/extras/src/sp_collector.cpp similarity index 100% rename from src/sp_collector.cpp rename to extras/src/sp_collector.cpp diff --git a/src/sp_debug_hooks.cpp b/extras/src/sp_debug_hooks.cpp similarity index 100% rename from src/sp_debug_hooks.cpp rename to extras/src/sp_debug_hooks.cpp diff --git a/test/shared_ptr_mt_test.cpp b/extras/test/shared_ptr_mt_test.cpp similarity index 100% rename from test/shared_ptr_mt_test.cpp rename to extras/test/shared_ptr_mt_test.cpp diff --git a/test/shared_ptr_timing_test.cpp b/extras/test/shared_ptr_timing_test.cpp similarity index 100% rename from test/shared_ptr_timing_test.cpp rename to extras/test/shared_ptr_timing_test.cpp diff --git a/test/sp_atomic_mt2_test.cpp b/extras/test/sp_atomic_mt2_test.cpp similarity index 100% rename from test/sp_atomic_mt2_test.cpp rename to extras/test/sp_atomic_mt2_test.cpp diff --git a/test/sp_atomic_mt_test.cpp b/extras/test/sp_atomic_mt_test.cpp similarity index 100% rename from test/sp_atomic_mt_test.cpp rename to extras/test/sp_atomic_mt_test.cpp diff --git a/test/weak_ptr_mt_test.cpp b/extras/test/weak_ptr_mt_test.cpp similarity index 100% rename from test/weak_ptr_mt_test.cpp rename to extras/test/weak_ptr_mt_test.cpp diff --git a/test/weak_ptr_timing_test.cpp b/extras/test/weak_ptr_timing_test.cpp similarity index 100% rename from test/weak_ptr_timing_test.cpp rename to extras/test/weak_ptr_timing_test.cpp