From a9e994615409e36d441135e4fa0761cf0398a2aa Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sun, 31 Oct 2004 04:41:27 +0000 Subject: [PATCH] Rename some tests to avoid conflicts with project builder GUI debugger git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- .../{datetime.cpp => datetimetest.cpp} | 0 .../{fileconf.cpp => fileconftest.cpp} | 0 .../{filename.cpp => filenametest.cpp} | 0 .../filesys/{filesys.cpp => filesystest.cpp} | 0 .../fontmap/{fontmap.cpp => fontmaptest.cpp} | 0 ...tconverter.cpp => formatconvertertest.cpp} | 0 .../{longlong.cpp => longlongtest.cpp} | 0 tests/mbconv/{main.cpp => mbconvtest.cpp} | 0 tests/regex/{regex.cpp => regextest.cpp} | 0 tests/regex/{wxregex.cpp => wxregextest.cpp} | 0 tests/test.bkl | 20 +++++++++---------- 11 files changed, 10 insertions(+), 10 deletions(-) rename tests/datetime/{datetime.cpp => datetimetest.cpp} (100%) rename tests/fileconf/{fileconf.cpp => fileconftest.cpp} (100%) rename tests/filename/{filename.cpp => filenametest.cpp} (100%) rename tests/filesys/{filesys.cpp => filesystest.cpp} (100%) rename tests/fontmap/{fontmap.cpp => fontmaptest.cpp} (100%) rename tests/formatconverter/{formatconverter.cpp => formatconvertertest.cpp} (100%) rename tests/longlong/{longlong.cpp => longlongtest.cpp} (100%) rename tests/mbconv/{main.cpp => mbconvtest.cpp} (100%) rename tests/regex/{regex.cpp => regextest.cpp} (100%) rename tests/regex/{wxregex.cpp => wxregextest.cpp} (100%) diff --git a/tests/datetime/datetime.cpp b/tests/datetime/datetimetest.cpp similarity index 100% rename from tests/datetime/datetime.cpp rename to tests/datetime/datetimetest.cpp diff --git a/tests/fileconf/fileconf.cpp b/tests/fileconf/fileconftest.cpp similarity index 100% rename from tests/fileconf/fileconf.cpp rename to tests/fileconf/fileconftest.cpp diff --git a/tests/filename/filename.cpp b/tests/filename/filenametest.cpp similarity index 100% rename from tests/filename/filename.cpp rename to tests/filename/filenametest.cpp diff --git a/tests/filesys/filesys.cpp b/tests/filesys/filesystest.cpp similarity index 100% rename from tests/filesys/filesys.cpp rename to tests/filesys/filesystest.cpp diff --git a/tests/fontmap/fontmap.cpp b/tests/fontmap/fontmaptest.cpp similarity index 100% rename from tests/fontmap/fontmap.cpp rename to tests/fontmap/fontmaptest.cpp diff --git a/tests/formatconverter/formatconverter.cpp b/tests/formatconverter/formatconvertertest.cpp similarity index 100% rename from tests/formatconverter/formatconverter.cpp rename to tests/formatconverter/formatconvertertest.cpp diff --git a/tests/longlong/longlong.cpp b/tests/longlong/longlongtest.cpp similarity index 100% rename from tests/longlong/longlong.cpp rename to tests/longlong/longlongtest.cpp diff --git a/tests/mbconv/main.cpp b/tests/mbconv/mbconvtest.cpp similarity index 100% rename from tests/mbconv/main.cpp rename to tests/mbconv/mbconvtest.cpp diff --git a/tests/regex/regex.cpp b/tests/regex/regextest.cpp similarity index 100% rename from tests/regex/regex.cpp rename to tests/regex/regextest.cpp diff --git a/tests/regex/wxregex.cpp b/tests/regex/wxregextest.cpp similarity index 100% rename from tests/regex/wxregex.cpp rename to tests/regex/wxregextest.cpp diff --git a/tests/test.bkl b/tests/test.bkl index 0323cdd6e7..64bfcc7c67 100644 --- a/tests/test.bkl +++ b/tests/test.bkl @@ -10,17 +10,17 @@ test.cpp arrays/arrays.cpp - datetime/datetime.cpp - fileconf/fileconf.cpp - filename/filename.cpp - filesys/filesys.cpp - fontmap/fontmap.cpp - formatconverter/formatconverter.cpp + datetime/datetimetest.cpp + fileconf/fileconftest.cpp + filename/filenametest.cpp + filesys/filesystest.cpp + fontmap/fontmaptest.cpp + formatconverter/formatconvertertest.cpp hashes/hashes.cpp - longlong/longlong.cpp - mbconv/main.cpp - regex/regex.cpp - regex/wxregex.cpp + longlong/longlongtest.cpp + mbconv/mbconvtest.cpp + regex/regextest.cpp + regex/wxregextest.cpp strings/strings.cpp strings/stdstrings.cpp strings/unicode.cpp -- 2.45.2