git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5720
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-//#define TEST_ARRAYS
-//#define TEST_CMDLINE
-//#define TEST_DIR
-//#define TEST_EXECUTE
-//#define TEST_LOG
-//#define TEST_LONGLONG
-//#define TEST_MIME
+#define TEST_ARRAYS
+#define TEST_CMDLINE
+#define TEST_DIR
+#define TEST_EXECUTE
+#define TEST_LOG
+#define TEST_LONGLONG
+#define TEST_MIME
-//#define TEST_THREADS
-//#define TEST_TIME
+#define TEST_THREADS
+#define TEST_TIME
// ============================================================================
// implementation
// ============================================================================
// implementation
// get a random 64 bit number
#define RAND_LL() MAKE_LL(rand(), rand(), rand(), rand())
// get a random 64 bit number
#define RAND_LL() MAKE_LL(rand(), rand(), rand(), rand())
-#if wxUSE_LONGLONG_NATIVE
inline bool operator==(const wxLongLongWx& a, const wxLongLongNative& b)
{ return a.GetHi() == b.GetHi() && a.GetLo() == b.GetLo(); }
inline bool operator==(const wxLongLongNative& a, const wxLongLongWx& b)
{ return a.GetHi() == b.GetHi() && a.GetLo() == b.GetLo(); }
inline bool operator==(const wxLongLongWx& a, const wxLongLongNative& b)
{ return a.GetHi() == b.GetHi() && a.GetLo() == b.GetLo(); }
inline bool operator==(const wxLongLongNative& a, const wxLongLongWx& b)
{ return a.GetHi() == b.GetHi() && a.GetLo() == b.GetLo(); }
-#endif // wxUSE_LONGLONG_NATIVE
+#endif // wxUSE_LONGLONG_WX
static void TestSpeed()
{
static void TestSpeed()
{