From 245484679adbde8df6b0b01baa24393ea20a7aed Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 10 Feb 2012 17:25:36 -0500 Subject: Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start. --- src/qt/bitcoin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/bitcoin.cpp') diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index b25216fe9..8c4b0e6c1 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -131,6 +131,7 @@ std::string _(const char* psz) return QCoreApplication::translate("bitcoin-core", psz).toStdString(); } +#ifndef BITCOIN_QT_TEST int main(int argc, char *argv[]) { // Do this early as we don't want to bother initializing if we are just calling IPC @@ -257,3 +258,4 @@ int main(int argc, char *argv[]) } return 0; } +#endif // BITCOIN_QT_TEST -- cgit v1.2.3